summaryrefslogtreecommitdiff
path: root/app/Model/TaskFinder.php
diff options
context:
space:
mode:
authorFábio Hideki <hideki.fabio@gmail.com>2015-06-04 21:55:43 -0300
committerFábio Hideki <hideki.fabio@gmail.com>2015-06-04 21:55:43 -0300
commitefc7c135637f40c8ca6cb739b7f199ef35d87e94 (patch)
tree2e1177fda04801d15f102e1cb9c852bd792b49f0 /app/Model/TaskFinder.php
parent599b6624dde8cb1c1f6416ee0af530402089da4d (diff)
adding time estimated in de task footer and swimlanes' name in the task details
Diffstat (limited to 'app/Model/TaskFinder.php')
-rw-r--r--app/Model/TaskFinder.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/TaskFinder.php b/app/Model/TaskFinder.php
index 6f53249a..45b910ba 100644
--- a/app/Model/TaskFinder.php
+++ b/app/Model/TaskFinder.php
@@ -111,6 +111,7 @@ class TaskFinder extends Base
'tasks.recurrence_basedate',
'tasks.recurrence_parent',
'tasks.recurrence_child',
+ 'tasks.time_estimated',
'users.username AS assignee_username',
'users.name AS assignee_name'
)