diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-26 20:08:11 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-26 20:08:11 -0500 |
commit | 320c7971f606a0c9caa4a20bcfcbc2fe2f6c9c00 (patch) | |
tree | e25dfa34d6115296ec1ef5f1c317b9bb417b0e5e /app/Model | |
parent | 2945097aee1c4a5ba1625ad15224574cd81a6d99 (diff) | |
parent | 648e03a8d063252e9e7d84f854da64d1e59337a1 (diff) |
Merge pull-request #1737
Diffstat (limited to 'app/Model')
-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', |