Add a quick task link creation as it is possible for subtask

This commit is contained in:
Olivier Maridat
2015-03-10 14:49:10 +01:00
parent ef1fea4509
commit 80fb1ce1e5
3 changed files with 23 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ class Task extends Base
'links' => $this->taskLink->getLinks($task['id']),
'task' => $task,
'values' => $values,
'link_label_list' => $this->link->getList(0, false),
'columns_list' => $this->board->getColumnsList($task['project_id']),
'colors_list' => $this->color->getList(),
'date_format' => $this->config->get('application_date_format'),