mirror of https://github.com/MISP/MISP
fix: [ACL] added missing function
parent
fd873415e1
commit
5d19b3a2e9
|
@ -360,6 +360,7 @@ class ACLComponent extends Component
|
|||
'cache' => array(),
|
||||
'changePriority' => array(),
|
||||
'checkout' => array(),
|
||||
'clearWorkerQueue' => array(),
|
||||
'createSync' => array('perm_sync'),
|
||||
'delete' => array(),
|
||||
'deleteFile' => array(),
|
||||
|
@ -403,7 +404,7 @@ class ACLComponent extends Component
|
|||
'updateProgress' => array(),
|
||||
'updateSubmodule' => array(),
|
||||
'uploadFile' => array(),
|
||||
'clearWorkerQueue' => array()
|
||||
'viewDeprecatedFunctionUse' => array()
|
||||
),
|
||||
'shadowAttributes' => array(
|
||||
'accept' => array('perm_add'),
|
||||
|
|
Loading…
Reference in New Issue