From d1fb94c3329c423949e386cdacec3bf372ee49bb Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Tue, 23 Oct 2018 13:28:48 +0200 Subject: [PATCH] fix: [ACL] bumped queryACL --- app/Controller/Component/ACLComponent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/Component/ACLComponent.php b/app/Controller/Component/ACLComponent.php index f4dacc4d4..846de2095 100644 --- a/app/Controller/Component/ACLComponent.php +++ b/app/Controller/Component/ACLComponent.php @@ -372,7 +372,7 @@ class ACLComponent extends Component ), 'sightings' => array( 'add' => array('perm_sighting'), - 'get' => array('perm_sighting'), + 'restSearch' => array('perm_sighting'), 'advanced' => array('perm_sighting'), 'delete' => array('perm_sighting'), 'index' => array('*'),