fix: [acl] bumped ACLComponent

pull/3826/head
mokaddem 2018-10-30 22:00:04 +01:00
parent 55653e2fe2
commit 5c1522bc74
1 changed files with 2 additions and 1 deletions

View File

@ -378,7 +378,8 @@ class ACLComponent extends Component
'index' => array('*'),
'listSightings' => array('perm_sighting'),
'quickDelete' => array('perm_sighting'),
'viewSightings' => array('perm_sighting')
'viewSightings' => array('perm_sighting'),
'quickAdd' => array('perm_sighting')
),
'tags' => array(
'add' => array('perm_tag_editor'),