Always display project name and task title in task views

This commit is contained in:
Frederic Guillot
2016-03-08 22:02:42 -05:00
parent d4eea1e252
commit f91f3214c1
21 changed files with 70 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ class TaskRecurrence extends Base
$values = $task;
}
$this->response->html($this->helper->layout->task('task_recurrence/edit', array(
$this->response->html($this->template->render('task_recurrence/edit', array(
'values' => $values,
'errors' => $errors,
'task' => $task,