* [bug#54921] Change the page for batch create task in tutorial.

This commit is contained in:
xieqiyu
2024-09-09 16:46:18 +08:00
committed by 唐胡成
parent 8df0295255
commit 4eeef95b6f
4 changed files with 12 additions and 11 deletions
+1
View File
@@ -140,6 +140,7 @@ if($execution->type == 'kanban')
formBatchPanel
(
set::id('taskBatchCreateForm'),
set::title($lang->task->batchCreate),
set::pasteField('name'),
set::customFields(array('list' => $customFields, 'show' => explode(',', $showFields), 'key' => 'batchCreateFields')),