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