Add comments sorting

This commit is contained in:
Frederic Guillot
2015-10-11 18:21:54 -04:00
parent c77c9443e9
commit ffe615d201
10 changed files with 79 additions and 14 deletions

View File

@@ -195,7 +195,7 @@ class Board extends Base
$task = $this->getTask();
$this->response->html($this->template->render('board/tooltip_comments', array(
'comments' => $this->comment->getAll($task['id'])
'comments' => $this->comment->getAll($task['id'], $this->userSession->getCommentSorting())
)));
}