* Toggle required of productsBox in project.

This commit is contained in:
liumengyi
2024-01-30 09:15:21 +08:00
parent 9efd6fe057
commit fbd683b9ed
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ $fields->field('days')->label($lang->project->days . $lang->project->daysUnit)->
$fields->field('productsBox')
->width('full')
->required(data('copyProject.parent') || data('parentProgram.id') || data('project.parent'))
->control(array
(
'control' => 'productsBox',