Fix bug: wrong template name for subtasks tooltip due to previous file rename
This commit is contained in:
@@ -186,7 +186,7 @@ class Subtask extends Base
|
|||||||
|
|
||||||
$this->session['has_subtask_inprogress'] = $this->subtask->hasSubtaskInProgress($this->userSession->getId());
|
$this->session['has_subtask_inprogress'] = $this->subtask->hasSubtaskInProgress($this->userSession->getId());
|
||||||
|
|
||||||
$this->response->html($this->template->render('board/subtasks', array(
|
$this->response->html($this->template->render('board/tooltip_subtasks', array(
|
||||||
'subtasks' => $this->subtask->getAll($task['id']),
|
'subtasks' => $this->subtask->getAll($task['id']),
|
||||||
'task' => $task,
|
'task' => $task,
|
||||||
)));
|
)));
|
||||||
|
|||||||
Reference in New Issue
Block a user