chg: [Component:ACL] Added entry for audit log filtering
parent
20d896ad47
commit
ba047885c9
|
@ -47,7 +47,8 @@ class ACLComponent extends Component
|
|||
'view' => ['*']
|
||||
],
|
||||
'AuditLogs' => [
|
||||
'index' => ['perm_admin']
|
||||
'filtering' => ['perm_admin'],
|
||||
'index' => ['perm_admin'],
|
||||
],
|
||||
'AuthKeys' => [
|
||||
'add' => ['*'],
|
||||
|
|
Loading…
Reference in New Issue