From b10d4f51ebfb61e397a6a8783f3027b703deda8d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 3 May 2014 09:52:55 -0400 Subject: Add icons for comments and description --- models/task.php | 1 + 1 file changed, 1 insertion(+) (limited to 'models') 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', -- cgit v1.2.3