From 7b20a14e8df545080fd5f1e98d31a763a51af517 Mon Sep 17 00:00:00 2001 From: Olivier Maridat Date: Tue, 8 Mar 2016 11:12:18 +0100 Subject: Enhance task link view to mimic the subtask view --- app/Controller/Tasklink.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller') 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, -- cgit v1.2.3