* [bug#50303,done,0.1h] Fix the error problem of the task's assign to.
This commit is contained in:
@@ -2775,7 +2775,7 @@ class taskModel extends model
|
||||
$now = helper::now();
|
||||
if($team->status == 'done')
|
||||
{
|
||||
$task->assignedTo = $this->getAssignedTo4Multi($oldTask->team, $oldTask, 'next');
|
||||
$task->assignedTo = $this->getAssignedTo4Multi($oldTask->team, $oldTask, 'current');
|
||||
$task->assignedDate = $now;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user