Fix PHP notices during creation of first project and in subtasks table
This commit is contained in:
@@ -66,6 +66,7 @@ class SubtaskStatus extends Base
|
||||
'task' => $task,
|
||||
'subtasks' => $this->subtask->getAll($task['id']),
|
||||
'editable' => true,
|
||||
'redirect' => 'task',
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user