From 563941c70d4ef8a66c01d6fa7529d4f905efaf3e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 7 Feb 2015 21:56:04 -0500 Subject: Add task time tracking on the dashboard --- app/Model/TaskFinder.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Model/TaskFinder.php') diff --git a/app/Model/TaskFinder.php b/app/Model/TaskFinder.php index 42f2f273..4ed196ef 100644 --- a/app/Model/TaskFinder.php +++ b/app/Model/TaskFinder.php @@ -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') -- cgit v1.2.3