* adjust for upgrade.
This commit is contained in:
@@ -627,7 +627,7 @@ class taskModel extends model
|
||||
$newTask->status = $task->status;
|
||||
|
||||
$changes = common::createChanges($oldTask, $newTask);
|
||||
$this->action->logHistory($actionID, $changes);
|
||||
if(!empty($actionID)) $this->action->logHistory($actionID, $changes);
|
||||
if($task->story) $this->loadModel('story')->setStage($task->story);
|
||||
|
||||
return $changes;
|
||||
|
||||
Reference in New Issue
Block a user