chg: [ACL:individual/add] Allow `org-admin`s to create new individuals

refacto/CRUDComponent
Sami Mokaddem 2023-09-05 10:49:23 +02:00
parent 883f0eb44a
commit 9e18f4f0bb
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class ACLComponent extends Component
'view' => ['perm_admin'],
],
'Individuals' => [
'add' => ['perm_admin'],
'add' => ['perm_admin', 'perm_org_admin'],
'delete' => ['perm_admin'],
'edit' => ['perm_admin', 'perm_org_admin'],
'filtering' => ['*'],