Add configurable task priority
This commit is contained in:
@@ -32,6 +32,7 @@ class Taskcreation extends Base
|
||||
}
|
||||
|
||||
$this->response->html($this->template->$method('task_creation/form', array(
|
||||
'project' => $project,
|
||||
'ajax' => $this->request->isAjax(),
|
||||
'errors' => $errors,
|
||||
'values' => $values + array('project_id' => $project['id']),
|
||||
|
||||
Reference in New Issue
Block a user