Add task time tracking on the dashboard

This commit is contained in:
Frederic Guillot
2015-02-07 21:56:04 -05:00
parent c9cc82eec8
commit 563941c70d
4 changed files with 16 additions and 4 deletions

View File

@@ -59,6 +59,8 @@ class TaskFinder extends Base
'tasks.date_creation',
'tasks.project_id',
'tasks.color_id',
'tasks.time_spent',
'tasks.time_estimated',
'projects.name AS project_name'
)
->join(Project::TABLE, 'id', 'project_id')