From ba047885c9e9a26d9ae09fc48919d97bab997a8f Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Wed, 23 Feb 2022 09:59:47 +0100 Subject: [PATCH] chg: [Component:ACL] Added entry for audit log filtering --- src/Controller/Component/ACLComponent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' => ['*'],