* [ticket#1446] Fix bi workassignsummary

This commit is contained in:
zenggang
2024-10-09 15:36:18 +08:00
committed by 刘梦艺
parent 8a86bb4c03
commit cf50f49302
+2
View File
@@ -557,6 +557,8 @@ class taskZen extends task
$task->lane = !empty($task->lane) ? $task->lane : zget($output, 'laneID', 0);
$task->column = !empty($task->column) ? $task->column : zget($output, 'columnID', 0);
$task->storyVersion = $task->story ? $this->story->getVersion($task->story) : 1;
if($task->assignedTo) $task->assignedDate = helper::now();
}
/* Remove data with the same task name. */