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

@@ -32,7 +32,7 @@ class Taskduplication extends Base
}
}
$this->response->html($this->helper->layout->task('task_duplication/duplicate', array(
$this->response->html($this->template->render('task_duplication/duplicate', array(
'task' => $task,
)));
}
@@ -128,7 +128,7 @@ class Taskduplication extends Base
$users_list = array();
}
$this->response->html($this->helper->layout->task($template, array(
$this->response->html($this->template->render($template, array(
'values' => $values,
'task' => $task,
'projects_list' => $projects_list,