chg: [Component:ACL] Added entries for mailing list

pull/93/head
Sami Mokaddem 2022-02-23 10:01:18 +01:00
parent ba047885c9
commit d2c98fc3c5
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 10 additions and 0 deletions

View File

@ -120,6 +120,16 @@ class ACLComponent extends Component
'view' => ['perm_admin'],
'viewConnector' => ['perm_admin']
],
'MailingLists' => [
"add" => ['perm_org_admin'],
"addIndividual" => ['perm_org_admin'],
"delete" => ['perm_org_admin'],
"edit" => ['perm_org_admin'],
"index" => ['*'],
"listIndividuals" => ['perm_org_admin'],
"removeIndividual" => ['perm_org_admin'],
"view" => ['*'],
],
'MetaTemplateFields' => [
'index' => ['perm_admin']
],