Auto link tasks created from a subtask

This commit is contained in:
Michael Vickers
2018-10-14 15:21:45 +01:00
committed by fguillot
parent 1cd184604c
commit d4749a4402

View File

@@ -35,6 +35,7 @@ class SubtaskTaskConversionModel extends Base
));
if ($task_id !== false) {
$this->taskLinkModel->create($task_id, $subtask['task_id'], 6);
$this->subtaskModel->remove($subtask_id);
}