chg: [ACL] cerebrate added to the ACL

pull/6703/head
iglocska 2020-11-30 23:48:20 +01:00
parent 320191bbd8
commit 776405c5ec
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 11 additions and 1 deletions

View File

@ -79,6 +79,16 @@ class ACLComponent extends Component
'index' => ['perm_auth'],
'view' => ['perm_auth']
],
'cerebrates' => [
'add' => [],
'delete' => [],
'download_org' => [],
'edit' => [],
'index' => [],
'preview_orgs' => [],
'pull_orgs' => [],
'view' => []
],
'dashboards' => array(
'getForm' => array('*'),
'index' => array('*'),
@ -709,7 +719,7 @@ class ACLComponent extends Component
);
private $dynamicChecks = [];
public function __construct(ComponentCollection $collection, $settings = array())
{
parent::__construct($collection, $settings);