fix: [org admins] should be able to edit the org
parent
69b653dd59
commit
e3f8c38dcd
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue