* bug: fix form layout not update as expected on change product.

This commit is contained in:
sunhao
2024-01-31 10:30:09 +08:00
parent 907a71de7e
commit 714001da28
+1 -1
View File
@@ -14,7 +14,7 @@ namespace zin;
$fields = useFields('bug.create');
if(!empty($executionType) && $executionType == 'kanban') $fields->merge('bug.kanban');
$fields->autoLoad('product', 'product,module,openedBuild,execution,project,story,task,assignedTo')
$fields->autoLoad('product')
->autoLoad('branch', 'module,openedBuild,execution,project,story,task,assignedTo')
->autoLoad('module', 'assignedTo,story')
->autoLoad('project', 'project,openedBuild,execution,story,task,assignedTo')