fix: ACL updated

pull/1967/head
iglocska 2017-02-17 10:05:05 +01:00
parent 9d7ca3c39b
commit fde867d7a8
1 changed files with 5 additions and 1 deletions

View File

@ -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'),