diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-21 13:40:24 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-21 13:40:24 -0500 |
commit | 658e668a77fe5ae42c51cf56a632c42a28a62685 (patch) | |
tree | 755ca462c86bca571cf6637511968e1879666e41 /app/Model/TaskLink.php | |
parent | c28eefa100b896ebe7342a846ead805bc658bf4d (diff) | |
parent | cc12f5589a1ab8a0cb629748d34f361c2f402df7 (diff) |
Merge pull-request #644
Diffstat (limited to 'app/Model/TaskLink.php')
-rw-r--r-- | app/Model/TaskLink.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Model/TaskLink.php b/app/Model/TaskLink.php index c712e5a8..85ad2737 100644 --- a/app/Model/TaskLink.php +++ b/app/Model/TaskLink.php @@ -50,7 +50,8 @@ class TaskLink extends Base Link::TABLE.'.label', Task::TABLE.'.title', Task::TABLE.'.is_active', - Task::TABLE.'.project_id' + Task::TABLE.'.project_id', + Task::TABLE.'.column_id' ) ->eq(self::TABLE.'.task_id', $task_id) ->join(Link::TABLE, 'id', 'link_id') |