From 2d0f04f77e0deacddb39717b397f00e291394e84 Mon Sep 17 00:00:00 2001 From: bsiggel Date: Sun, 25 Jan 2026 18:36:42 +0100 Subject: [PATCH] feat: Update ACL permissions from 'edit' to 'stream' for eviction actions --- .../Custom/Resources/metadata/clientDefs/CKuendigung.json | 2 +- .../Resources/metadata/clientDefs/CVmhMietverhltnis.json | 6 +++--- .../Custom/Resources/metadata/scopes/CVmhMietverhltnis.json | 2 +- data/config.php | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/custom/Espo/Custom/Resources/metadata/clientDefs/CKuendigung.json b/custom/Espo/Custom/Resources/metadata/clientDefs/CKuendigung.json index 3e2bb3e6..515a0d8f 100644 --- a/custom/Espo/Custom/Resources/metadata/clientDefs/CKuendigung.json +++ b/custom/Espo/Custom/Resources/metadata/clientDefs/CKuendigung.json @@ -14,7 +14,7 @@ "actionFunction": "actionInitiateEviction", "iconHtml": "", "style": "danger", - "acl": "edit" + "acl": "stream" } ] } diff --git a/custom/Espo/Custom/Resources/metadata/clientDefs/CVmhMietverhltnis.json b/custom/Espo/Custom/Resources/metadata/clientDefs/CVmhMietverhltnis.json index 07e82eca..cf37b329 100644 --- a/custom/Espo/Custom/Resources/metadata/clientDefs/CVmhMietverhltnis.json +++ b/custom/Espo/Custom/Resources/metadata/clientDefs/CVmhMietverhltnis.json @@ -14,7 +14,7 @@ "actionFunction": "actionInitiateEviction", "iconHtml": "", "style": "danger", - "acl": "edit" + "acl": "stream" }, { "name": "initiateRentCollection", @@ -24,7 +24,7 @@ "actionFunction": "actionInitiateRentCollection", "iconHtml": "", "style": "warning", - "acl": "edit" + "acl": "stream" }, { "name": "initiateTermination", @@ -34,7 +34,7 @@ "actionFunction": "actionInitiateTermination", "iconHtml": "", "style": "primary", - "acl": "edit" + "acl": "stream" } ] } diff --git a/custom/Espo/Custom/Resources/metadata/scopes/CVmhMietverhltnis.json b/custom/Espo/Custom/Resources/metadata/scopes/CVmhMietverhltnis.json index 0ccbaec0..4fc6d49b 100644 --- a/custom/Espo/Custom/Resources/metadata/scopes/CVmhMietverhltnis.json +++ b/custom/Espo/Custom/Resources/metadata/scopes/CVmhMietverhltnis.json @@ -14,7 +14,7 @@ "customizable": true, "importable": true, "notifications": true, - "stream": false, + "stream": true, "disabled": false, "type": "BasePlus", "module": "Custom", diff --git a/data/config.php b/data/config.php index 77735df3..3b702713 100644 --- a/data/config.php +++ b/data/config.php @@ -361,8 +361,8 @@ return [ 0 => 'youtube.com', 1 => 'google.com' ], - 'cacheTimestamp' => 1769349280, - 'microtime' => 1769349280.639278, + 'cacheTimestamp' => 1769362554, + 'microtime' => 1769362554.500343, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'appTimestamp' => 1768843902,