* Replace input with colorInput, add colorPicker to title in the batch form of the bug module.

This commit is contained in:
liumengyi
2023-12-22 15:37:16 +08:00
parent 7e3e730457
commit a999035747
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ $items[] = array
$items[] = array('name' => 'openedBuild', 'label' => $lang->bug->openedBuild, 'control' => 'picker', 'items' => $builds, 'value' => 'trunk', 'multiple' => true, 'width' => '200px', 'required' => true, 'ditto' => true);
/* Field of title. */
$items[] = array( 'name' => 'title', 'label' => $lang->bug->title, 'width' => '240px', 'required' => true);
$items[] = array( 'name' => 'title', 'label' => $lang->bug->title, 'width' => '240px', 'required' => true, 'control' => 'colorInput');
/* Field of region and lane. */
if(isset($executionType) && $executionType == 'kanban')