From 051bf1c9dbb5733242c7657d6d507389206b33ee Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 24 Jan 2016 20:38:39 -0500 Subject: Add configurable task priority --- app/Controller/ProjectEdit.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/Controller/ProjectEdit.php') diff --git a/app/Controller/ProjectEdit.php b/app/Controller/ProjectEdit.php index 3b0a3da3..0dfc7de3 100644 --- a/app/Controller/ProjectEdit.php +++ b/app/Controller/ProjectEdit.php @@ -40,6 +40,16 @@ class ProjectEdit extends Base $this->renderView('project_edit/description', $values, $errors); } + /** + * Change task priority + * + * @access public + */ + public function priority(array $values = array(), array $errors = array()) + { + $this->renderView('project_edit/task_priority', $values, $errors); + } + /** * Validate and update a project * -- cgit v1.2.3