* [task#58689,done,1.5h] change hidden control to picker for case field.

This commit is contained in:
tianshujie
2024-12-30 09:51:11 +08:00
committed by 刘刚
parent 8f14fe30d9
commit 9c7e1a3dc0
4 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -170,7 +170,8 @@ detailBody
(
set::name('case'),
set::items($cases),
set::value($bug->case)
set::value($bug->case),
set::maxItemsCount($config->maxCount)
)
)
),