* [task#137481,137482,doing,0.5h] change feedback status to processing when activate tasks.

This commit is contained in:
tianshujie
2025-03-07 15:23:07 +08:00
committed by 刘刚
parent b3ba5d55bf
commit 112d638fba
+1
View File
@@ -63,6 +63,7 @@ class taskModel extends model
if($oldTask->parent > 0) $this->updateParentStatus($taskID);
if($oldTask->story) $this->loadModel('story')->setStage($oldTask->story);
if($this->config->edition != 'open' && $oldTask->feedback) $this->loadModel('feedback')->updateStatus('task', $oldTask->feedback, $task->status, $oldTask->status);
$this->updateKanbanCell($taskID, $drag, $oldTask->execution);