Update task link tooltip view

This commit is contained in:
Olivier Maridat
2016-01-26 13:32:08 +01:00
parent 16b9b9d140
commit 648e03a8d0
6 changed files with 60 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ class BoardTooltip extends Base
{
$task = $this->getTask();
$this->response->html($this->template->render('board/tooltip_tasklinks', array(
'links' => $this->taskLink->getAll($task['id']),
'links' => $this->taskLink->getAllGroupedByLabel($task['id']),
'task' => $task,
)));
}