feat: Update ACL permissions from 'edit' to 'stream' for eviction actions

This commit is contained in:
2026-01-25 18:36:42 +01:00
parent b3d56d6b74
commit 2d0f04f77e
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
"actionFunction": "actionInitiateEviction", "actionFunction": "actionInitiateEviction",
"iconHtml": "<span class=\"fas fa-gavel\"></span>", "iconHtml": "<span class=\"fas fa-gavel\"></span>",
"style": "danger", "style": "danger",
"acl": "edit" "acl": "stream"
} }
] ]
} }

View File

@@ -14,7 +14,7 @@
"actionFunction": "actionInitiateEviction", "actionFunction": "actionInitiateEviction",
"iconHtml": "<span class=\"fas fa-gavel\"></span>", "iconHtml": "<span class=\"fas fa-gavel\"></span>",
"style": "danger", "style": "danger",
"acl": "edit" "acl": "stream"
}, },
{ {
"name": "initiateRentCollection", "name": "initiateRentCollection",
@@ -24,7 +24,7 @@
"actionFunction": "actionInitiateRentCollection", "actionFunction": "actionInitiateRentCollection",
"iconHtml": "<span class=\"fas fa-euro-sign\"></span>", "iconHtml": "<span class=\"fas fa-euro-sign\"></span>",
"style": "warning", "style": "warning",
"acl": "edit" "acl": "stream"
}, },
{ {
"name": "initiateTermination", "name": "initiateTermination",
@@ -34,7 +34,7 @@
"actionFunction": "actionInitiateTermination", "actionFunction": "actionInitiateTermination",
"iconHtml": "<span class=\"fas fa-file-contract\"></span>", "iconHtml": "<span class=\"fas fa-file-contract\"></span>",
"style": "primary", "style": "primary",
"acl": "edit" "acl": "stream"
} }
] ]
} }

View File

@@ -14,7 +14,7 @@
"customizable": true, "customizable": true,
"importable": true, "importable": true,
"notifications": true, "notifications": true,
"stream": false, "stream": true,
"disabled": false, "disabled": false,
"type": "BasePlus", "type": "BasePlus",
"module": "Custom", "module": "Custom",

View File

@@ -361,8 +361,8 @@ return [
0 => 'youtube.com', 0 => 'youtube.com',
1 => 'google.com' 1 => 'google.com'
], ],
'cacheTimestamp' => 1769349280, 'cacheTimestamp' => 1769362554,
'microtime' => 1769349280.639278, 'microtime' => 1769362554.500343,
'siteUrl' => 'https://crm.bitbylaw.com', 'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4, 'fullTextSearchMinLength' => 4,
'appTimestamp' => 1768843902, 'appTimestamp' => 1768843902,