Task age and time spent in one column.

Details: https://github.com/fguillot/kanboard/issues/608
This commit is contained in:
ashbike
2015-02-11 16:52:07 +05:30
parent efbf679385
commit 59ee6f9fee
9 changed files with 147 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ class TaskFinder extends Base
'tasks.is_active',
'tasks.score',
'tasks.category_id',
'tasks.date_moved',
'users.username AS assignee_username',
'users.name AS assignee_name'
)
@@ -242,6 +243,7 @@ class TaskFinder extends Base
tasks.score,
tasks.category_id,
tasks.swimlane_id,
tasks.date_moved,
project_has_categories.name AS category_name,
projects.name AS project_name,
columns.title AS column_title,