diff --git a/src/Controller/Component/ACLComponent.php b/src/Controller/Component/ACLComponent.php index 7ccce49..f834cc9 100644 --- a/src/Controller/Component/ACLComponent.php +++ b/src/Controller/Component/ACLComponent.php @@ -47,7 +47,8 @@ class ACLComponent extends Component 'view' => ['*'] ], 'AuditLogs' => [ - 'index' => ['perm_admin'] + 'filtering' => ['perm_admin'], + 'index' => ['perm_admin'], ], 'AuthKeys' => [ 'add' => ['*'],