* Change the checkbox name.

This commit is contained in:
tianshujie
2024-03-20 16:23:18 +08:00
parent fb12ffdb1c
commit 0b7fba3a5b
+2 -2
View File
@@ -30,7 +30,7 @@ formPanel
set::label($lang->programplan->viewSetting),
checkList
(
set::name('stageCustom'),
set::name('stageCustom[]'),
set::items($lang->programplan->stageCustom),
set::value($stageCustom),
set::inline(true)
@@ -42,7 +42,7 @@ formPanel
set::label($lang->customField),
checkList
(
set::name('ganttFields'),
set::name('ganttFields[]'),
set::items($customFields),
set::value($showFields),
set::inline(true)