diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-05-03 09:52:55 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-05-03 09:52:55 -0400 |
commit | b10d4f51ebfb61e397a6a8783f3027b703deda8d (patch) | |
tree | d7d492ae18c8713fb8b396bdfb80ca06f8e92725 /models | |
parent | 5d061594486c0d5761ac80a7548fdb4fdad0619b (diff) |
Add icons for comments and description
Diffstat (limited to 'models')
-rw-r--r-- | models/task.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/task.php b/models/task.php index f08f0b28..f6258e86 100644 --- a/models/task.php +++ b/models/task.php @@ -139,6 +139,7 @@ class Task extends Base '(SELECT count(*) FROM comments WHERE task_id=tasks.id) AS nb_comments', 'tasks.id', 'tasks.title', + 'tasks.description', 'tasks.date_creation', 'tasks.date_completed', 'tasks.date_due', |