fix: [ACL] Whitelisted `viewPicture`

pull/4310/head
mokaddem 2019-03-15 15:19:39 +01:00
parent f4f73435bc
commit 749c9ea544
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class ACLComponent extends Component
'toggleToIDS' => array('perm_add'),
'updateAttributeValues' => array('perm_add'),
'view' => array('*'),
'viewPicture' => array('*'),
),
'eventBlacklists' => array(
'add' => array(),