fix: [ACL] Appease Travis (admin only function explicitly named)

pull/3725/head
iglocska 2018-09-14 08:30:05 +02:00
parent 3b65fce2a8
commit 8280994a03
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ class ACLComponent extends Component
),
'galaxyClusters' => array(
'attachToEvent' => array('perm_tagger'),
'delete' => array('perm_site_admin'),
'detach' => array('perm_tagger'),
'index' => array('*'),
'view' => array('*')