fix: [ACL] opened up postTest to all roles

pull/7052/head
Andras Iklody 2021-02-19 16:33:48 +01:00 committed by GitHub
parent 272b24fddf
commit 4903e22f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ class ACLComponent extends Component
'import' => array(),
'index' => array(),
'ondemandAction' => array(),
'postTest' => array('perm_sync'),
'postTest' => array('*'),
'previewEvent' => array(),
'previewIndex' => array(),
'compareServers' => [],