chg: [ACL:tags] Relaxed ACL on tags for index and view pages.

FIXME: Adapt changes in the UI to hide add/edit buttons and add link to the sidebar
refacto/CRUDComponent
Sami Mokaddem 2023-09-05 10:56:48 +02:00
parent 9e18f4f0bb
commit e7e5c0aebd
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 7 additions and 0 deletions

View File

@ -208,6 +208,13 @@ class ACLComponent extends Component
'removeOrg' => ['perm_org_admin'],
'view' => ['*']
],
'Tags' => [
'add' => ['perm_admin'],
'delete' => ['perm_admin'],
'edit' => ['perm_admin'],
'index' => ['*'],
'view' => ['*']
],
'Users' => [
'add' => ['perm_org_admin'],
'delete' => ['perm_org_admin'],