diff options
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Tasklink.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/Tasklink.php b/app/Controller/Tasklink.php index dac10f8b..b051caad 100644 --- a/app/Controller/Tasklink.php +++ b/app/Controller/Tasklink.php @@ -42,6 +42,7 @@ class Tasklink extends Base 'links' => $this->taskLink->getAllGroupedByLabel($task['id']), 'task' => $task, 'project' => $project, + 'link_label_list' => $this->link->getList(0, false), 'editable' => true, 'is_public' => false, 'show_title' => true, |