From fde867d7a8715e55d4d4962686b8478f2acddce5 Mon Sep 17 00:00:00 2001 From: iglocska Date: Fri, 17 Feb 2017 10:05:05 +0100 Subject: [PATCH] fix: ACL updated --- app/Controller/Component/ACLComponent.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/Controller/Component/ACLComponent.php b/app/Controller/Component/ACLComponent.php index ddd78d7aa..cb1d3fe2d 100644 --- a/app/Controller/Component/ACLComponent.php +++ b/app/Controller/Component/ACLComponent.php @@ -286,8 +286,12 @@ class ACLComponent extends Component { ), 'sightings' => array( 'add' => array('perm_add'), + 'advanced' => array('perm_add'), 'delete' => array('perm_add'), - 'index' => array('*') + 'index' => array('*'), + 'listSightings' => array('perm_add'), + 'quickDelete' => array('perm_add'), + 'viewSightings' => array('perm_add') ), 'tags' => array( 'add' => array('perm_tag_editor'),