Auto link tasks created from a subtask
This commit is contained in:
committed by
fguillot
parent
1cd184604c
commit
d4749a4402
@@ -35,6 +35,7 @@ class SubtaskTaskConversionModel extends Base
|
|||||||
));
|
));
|
||||||
|
|
||||||
if ($task_id !== false) {
|
if ($task_id !== false) {
|
||||||
|
$this->taskLinkModel->create($task_id, $subtask['task_id'], 6);
|
||||||
$this->subtaskModel->remove($subtask_id);
|
$this->subtaskModel->remove($subtask_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user