fix: [org admins] should be able to edit the org

refacto/CRUDComponent
iglocska 2023-09-12 10:54:06 +02:00
parent 69b653dd59
commit e3f8c38dcd
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class ACLComponent extends Component
'Organisations' => [
'add' => ['perm_admin'],
'delete' => ['perm_admin'],
'edit' => ['perm_admin'],
'edit' => ['perm_admin', 'perm_org_admin'],
'filtering' => ['*'],
'index' => ['*'],
'tag' => ['perm_org_admin'],