From 453513da298534702baef8f2416695bfb2ff1a90 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 27 Nov 2016 18:48:42 -0500 Subject: Make suggest menu appears in comment textareas --- app/Template/comments/show.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Template') diff --git a/app/Template/comments/show.php b/app/Template/comments/show.php index 5c6d8e20..dfc13821 100644 --- a/app/Template/comments/show.php +++ b/app/Template/comments/show.php @@ -26,6 +26,7 @@ 'values' => array( 'user_id' => $this->user->getId(), 'task_id' => $task['id'], + 'project_id' => $task['project_id'], ), 'errors' => array(), 'task' => $task, -- cgit v1.2.3