fix: [acl:metaTemplate] Added missing entry

refacto/CRUDComponent
Sami Mokaddem 2023-02-27 12:17:04 +01:00
parent 6fc568e80e
commit 3ca6b68429
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ class ACLComponent extends Component
'enable' => ['perm_admin'], 'enable' => ['perm_admin'],
'getMetaFieldsToUpdate' => ['perm_admin'], 'getMetaFieldsToUpdate' => ['perm_admin'],
'index' => ['perm_admin'], 'index' => ['perm_admin'],
'migrateMetafieldsToNewestTemplate' => ['perm_admin'],
'migrateOldMetaTemplateToNewestVersionForEntity' => ['perm_admin'], 'migrateOldMetaTemplateToNewestVersionForEntity' => ['perm_admin'],
'update' => ['perm_admin'], 'update' => ['perm_admin'],
'updateAllTemplates' => ['perm_admin'], 'updateAllTemplates' => ['perm_admin'],