From 1239920063457c7955129beaab9692c83e09676c Mon Sep 17 00:00:00 2001 From: "Justin C. Klein Keane" Date: Wed, 20 Apr 2016 14:24:05 -0400 Subject: Add sortable Priority column on overview table interface --- app/Template/app/tasks.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Template') diff --git a/app/Template/app/tasks.php b/app/Template/app/tasks.php index d7826fb7..e773bac6 100644 --- a/app/Template/app/tasks.php +++ b/app/Template/app/tasks.php @@ -9,6 +9,7 @@ order('Id', 'tasks.id') ?> order(t('Project'), 'project_name') ?> order(t('Task'), 'title') ?> + order('Priority', 'tasks.priority') ?> order(t('Due date'), 'date_due') ?> @@ -23,6 +24,11 @@ url->link($this->text->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> + + 0): ?> + text->e($task['priority'])?> + + text->e($task['time_spent']).'h' ?> -- cgit v1.2.3