fix: [org admins] should be able to edit the org
parent
69b653dd59
commit
e3f8c38dcd
|
@ -181,7 +181,7 @@ class ACLComponent extends Component
|
||||||
'Organisations' => [
|
'Organisations' => [
|
||||||
'add' => ['perm_admin'],
|
'add' => ['perm_admin'],
|
||||||
'delete' => ['perm_admin'],
|
'delete' => ['perm_admin'],
|
||||||
'edit' => ['perm_admin'],
|
'edit' => ['perm_admin', 'perm_org_admin'],
|
||||||
'filtering' => ['*'],
|
'filtering' => ['*'],
|
||||||
'index' => ['*'],
|
'index' => ['*'],
|
||||||
'tag' => ['perm_org_admin'],
|
'tag' => ['perm_org_admin'],
|
||||||
|
|
Loading…
Reference in New Issue