This commit is contained in:
tianshujie
2024-05-29 09:50:05 +08:00
committed by caoyanyi
parent 9024e5b486
commit 09fd7618bd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -200,6 +200,7 @@ $fields->field('acl')
->control(array(
'type' => 'aclBox',
'aclItems' => $lang->execution->aclList,
'aclValue' => data('execution.acl'),
'whitelistLabel' => $lang->whitelist,
'userItems' => data('users')
));