* Use picker instead of select.

This commit is contained in:
daitingting
2023-07-12 05:43:29 +00:00
parent d062ff425b
commit 69fabe4c5a
9 changed files with 88 additions and 80 deletions
+2 -2
View File
@@ -69,7 +69,7 @@ formPanel
set::id('newBuildExecutionBox'),
setClass('hidden'),
set::label(!empty($execution) && $execution->type == 'kanban' ? $lang->bug->kanban : $lang->build->execution),
select
picker
(
set::name('buildExecution'),
set::items($executions),
@@ -83,7 +83,7 @@ formPanel
set::label($lang->bug->resolvedBuild),
inputGroup
(
select
picker
(
set::name('resolvedBuild'),
set::value(''),