summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorOlivier Maridat <olivier.maridat@trialog.com>2016-03-04 15:43:08 +0100
committerOlivier Maridat <olivier.maridat@trialog.com>2016-03-04 15:43:08 +0100
commite09c565fdfea9a72b7d4e69717e022f84831eb20 (patch)
tree453da180bed21d830433091a19d75640f4f488ad /app
parent4df6f534a163806cb0ee2cee601bb54d1c3ca190 (diff)
Add color_id for Milestone plugin #1742
Diffstat (limited to 'app')
-rw-r--r--app/Model/TaskLink.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/TaskLink.php b/app/Model/TaskLink.php
index a57bf3b0..e46ea476 100644
--- a/app/Model/TaskLink.php
+++ b/app/Model/TaskLink.php
@@ -76,6 +76,7 @@ class TaskLink extends Base
Task::TABLE.'.is_active',
Task::TABLE.'.project_id',
Task::TABLE.'.column_id',
+ Task::TABLE.'.color_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',