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
1 changed files with 1 additions and 0 deletions

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);
}