From cf50f493021c1d04cec4e5c680453eaf7d3aa6fd Mon Sep 17 00:00:00 2001 From: zenggang Date: Wed, 9 Oct 2024 08:53:21 +0800 Subject: [PATCH] * [ticket#1446] Fix bi workassignsummary --- module/task/zen.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/task/zen.php b/module/task/zen.php index 7feda78dbb..6bebf2e57e 100644 --- a/module/task/zen.php +++ b/module/task/zen.php @@ -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. */