* [bug#55255,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-09-12 13:05:22 +08:00
committed by 王怡栋
parent 81c4102ccf
commit 73bfcd15be
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@ global $lang, $config;
$fields = defineFieldList('program.create', 'program');
$fields->field('parent')->disabled(false);
$fields->field('acl')
->items(data('parentProgram') ? $lang->program->subAclList : $lang->program->aclList)
->value('open');