diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 16:42:50 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 16:42:50 -0500 |
commit | 0d03c525a1aa1d54f01e754f762a19c19100c209 (patch) | |
tree | 7d24fb2aa89251d9757f0024d6e1d798d9b986c8 | |
parent | 8a0043088540dc2302f7c925b302ab3556431026 (diff) | |
parent | e09c565fdfea9a72b7d4e69717e022f84831eb20 (diff) |
Merge pull-request #1742
-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 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', |