chg: [Component:ACL] Added entry for audit log filtering

pull/93/head
Sami Mokaddem 2022-02-23 09:59:47 +01:00
parent 20d896ad47
commit ba047885c9
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ class ACLComponent extends Component
'view' => ['*']
],
'AuditLogs' => [
'index' => ['perm_admin']
'filtering' => ['perm_admin'],
'index' => ['perm_admin'],
],
'AuthKeys' => [
'add' => ['*'],