* [bug#54096,done,1h,0h] Fix batchcreate params error.
This commit is contained in:
@@ -508,7 +508,7 @@ class taskModel extends model
|
||||
|
||||
/* Update Kanban and story stage. */
|
||||
if($task->story) $this->story->setStage($task->story);
|
||||
$this->updateKanbanForBatchCreate($taskID, $executionID, $laneID, $columnID);
|
||||
$this->updateKanbanForBatchCreate($taskID, $executionID, $laneID, (int)$columnID);
|
||||
|
||||
$taskIdList[$taskID] = $taskID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user