diff options
author | Olivier Maridat <olivier.maridat@trialog.com> | 2016-01-26 13:32:08 +0100 |
---|---|---|
committer | Olivier Maridat <olivier.maridat@trialog.com> | 2016-01-26 13:32:44 +0100 |
commit | 648e03a8d063252e9e7d84f854da64d1e59337a1 (patch) | |
tree | 854fd8e15e15aa378ea539f821f2cf78ea478ead /app/Model/TaskLink.php | |
parent | 16b9b9d1404087c277c71e3fb044cbc2992dc691 (diff) |
Update task link tooltip view
Diffstat (limited to 'app/Model/TaskLink.php')
-rw-r--r-- | app/Model/TaskLink.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/TaskLink.php b/app/Model/TaskLink.php index 87aae55e..034fcf45 100644 --- a/app/Model/TaskLink.php +++ b/app/Model/TaskLink.php @@ -75,6 +75,7 @@ class TaskLink extends Base Task::TABLE.'.title', Task::TABLE.'.is_active', Task::TABLE.'.project_id', + Task::TABLE.'.column_id', Task::TABLE.'.time_spent AS task_time_spent', Task::TABLE.'.time_estimated AS task_time_estimated', Task::TABLE.'.owner_id AS task_assignee_id', |