feat: Update ACL permissions from 'edit' to 'stream' for eviction actions
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"actionFunction": "actionInitiateEviction",
|
||||
"iconHtml": "<span class=\"fas fa-gavel\"></span>",
|
||||
"style": "danger",
|
||||
"acl": "edit"
|
||||
"acl": "stream"
|
||||
},
|
||||
{
|
||||
"name": "initiateRentCollection",
|
||||
@@ -24,7 +24,7 @@
|
||||
"actionFunction": "actionInitiateRentCollection",
|
||||
"iconHtml": "<span class=\"fas fa-euro-sign\"></span>",
|
||||
"style": "warning",
|
||||
"acl": "edit"
|
||||
"acl": "stream"
|
||||
},
|
||||
{
|
||||
"name": "initiateTermination",
|
||||
@@ -34,7 +34,7 @@
|
||||
"actionFunction": "actionInitiateTermination",
|
||||
"iconHtml": "<span class=\"fas fa-file-contract\"></span>",
|
||||
"style": "primary",
|
||||
"acl": "edit"
|
||||
"acl": "stream"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user