fix: Bumped ACLComponent

pull/93/head
Sami Mokaddem 2022-03-01 15:23:44 +01:00
parent 71cd1e307d
commit c064ca6f53
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 6 additions and 1 deletions

View File

@ -134,12 +134,17 @@ class ACLComponent extends Component
'index' => ['perm_admin']
],
'MetaTemplates' => [
'createNewTemplate' => ['perm_admin'],
'delete' => ['perm_admin'],
'disable' => ['perm_admin'],
'enable' => ['perm_admin'],
'getMetaFieldsToUpdate' => ['perm_admin'],
'index' => ['perm_admin'],
'migrateOldMetaTemplateToNewestVersionForEntity' => ['perm_admin'],
'update' => ['perm_admin'],
'updateAllTemplates' => ['perm_admin'],
'toggle' => ['perm_admin'],
'view' => ['perm_admin']
'view' => ['perm_admin'],
],
'Organisations' => [
'add' => ['perm_admin'],