* [task#127983,0.5h,0h] Fix error occurred when building research subtasks in batches.
This commit is contained in:
@@ -509,7 +509,7 @@ class taskModel extends model
|
||||
if(!$taskID) return false;
|
||||
|
||||
/* Update Kanban and story stage. */
|
||||
if($task->story) $this->story->setStage($task->story);
|
||||
if(!empty($task->story)) $this->story->setStage($task->story);
|
||||
$this->updateKanbanForBatchCreate($taskID, $executionID, $laneID, (int)$columnID);
|
||||
|
||||
$taskIdList[$taskID] = $taskID;
|
||||
|
||||
Reference in New Issue
Block a user