* [bug#50554,done,1h,0h] Fix branch not have empty value item.

This commit is contained in:
wangyuting
2024-06-03 15:42:28 +08:00
committed by caoyanyi
parent 176361915b
commit 3dfa80ef19
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -122,6 +122,7 @@ formPanel
set::label($lang->product->branchName['branch']),
picker
(
set::emptyValue(''),
set::name('branch[]'),
set::value(key($productBranches)),
set::items($branches),
+1
View File
@@ -119,6 +119,7 @@ formPanel
set::label($lang->product->branchName[$productType]),
picker
(
set::emptyValue(''),
set::name('branch[]'),
set::value($build->branch),
set::items($branchTagOption),