diff options
Diffstat (limited to 'app/Controller/ProjectEdit.php')
-rw-r--r-- | app/Controller/ProjectEdit.php | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -41,6 +41,16 @@ class ProjectEdit extends Base } /** + * 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 * * @access public |