Add started, due and completed dates to TaskLinkModel::getAll

This commit is contained in:
Olivier Maridat
2018-02-28 14:03:25 +01:00
committed by Frédéric Guillot
parent 506b75dd36
commit dfa263e670

View File

@@ -106,6 +106,9 @@ class TaskLinkModel extends Base
TaskModel::TABLE.'.project_id',
TaskModel::TABLE.'.column_id',
TaskModel::TABLE.'.color_id',
TaskModel::TABLE.'.date_completed',
TaskModel::TABLE.'.date_started',
TaskModel::TABLE.'.date_due',
TaskModel::TABLE.'.time_spent AS task_time_spent',
TaskModel::TABLE.'.time_estimated AS task_time_estimated',
TaskModel::TABLE.'.owner_id AS task_assignee_id',