chg: [ACLComponenent] Allow sync-user to use exposedTools endpoint

pull/67/head
mokaddem 2021-06-29 16:17:56 +02:00
parent 19c1106248
commit 217ec250f0
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class ACLComponent extends Component
'connectLocal' => ['perm_admin'],
'delete' => ['perm_admin'],
'edit' => ['perm_admin'],
'exposedTools' => ['perm_admin'],
'exposedTools' => ['OR' => ['perm_admin', 'perm_sync']],
'index' => ['perm_admin'],
'connectorIndex' => ['perm_admin'],
'view' => ['perm_admin'],