* [bug#51462,done,0.2h] Required fields for bulk task creation are the same as those for creating a single task.

This commit is contained in:
hufangzhou
2024-09-20 13:07:59 +08:00
committed by 王于听
parent b9ec1d408a
commit f01e63f4b9
+2
View File
@@ -359,6 +359,8 @@ class taskZen extends task
$showFields = $this->config->task->custom->batchCreateFields;
if(strpos(",$showFields,", ',story,') !== false) $showFields .= ',preview,copyStory';
$this->config->task->batchcreate->requiredFields = $this->config->task->create->requiredFields;
$this->view->title = $this->lang->task->batchCreate;
$this->view->execution = $execution;
$this->view->modules = $modules;