diff --git a/app/Controller/Component/ACLComponent.php b/app/Controller/Component/ACLComponent.php index 675cc42a5..cfe7147a9 100644 --- a/app/Controller/Component/ACLComponent.php +++ b/app/Controller/Component/ACLComponent.php @@ -646,6 +646,12 @@ class ACLComponent extends Component 'removeOrg' => array('perm_sharing_group'), 'view' => array('*'), ), + 'sightingBlocklists' => [ + 'index' => [], + 'add' => [], + 'delete' => [], + 'edit' => [] + ], 'sightings' => array( 'add' => array('perm_sighting'), 'restSearch' => array('*'),