fix: Added sightings index to the ACL

pull/1833/head
iglocska 2017-01-08 03:07:32 +01:00
parent 8ccd817435
commit b0585c0e91
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ class ACLComponent extends Component {
'sightings' => array(
'add' => array('perm_add'),
'delete' => array('perm_add'),
'index' => array('*')
),
'tags' => array(
'add' => array('perm_tag_editor'),