Add task time tracking on the dashboard
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user