* Set branch picker to required in testcase::batchEdit.

This commit is contained in:
liumengyi
2024-05-09 13:57:49 +08:00
parent f397c9ac71
commit dc20a0352d
+1 -1
View File
@@ -87,7 +87,7 @@ else
'name' => 'branch',
'label' => $lang->testcase->branch,
'width' => '180px',
'control' => 'picker',
'control' => array('control' => 'picker', 'required' => true),
'items' => zget($branchTagOption, $productID, array()),
'hidden' => !$branchProduct
);