chg: [ACLComponent] Added new galaxy element endpoints

pull/6686/head
mokaddem 2020-12-04 09:59:50 +01:00
parent 9506bfdc56
commit 740e8c4cd0
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 3 additions and 1 deletions

View File

@ -341,7 +341,9 @@ class ACLComponent extends Component
'view' => array('*'),
),
'galaxyElements' => array(
'index' => array('*')
'delete' => array('perm_galaxy_editor'),
'flattenJson' => array('perm_galaxy_editor'),
'index' => array('*'),
),
'jobs' => array(
'cache' => array('*'),