summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-11-27 18:48:42 -0500
committerFrederic Guillot <fred@kanboard.net>2016-11-27 18:48:42 -0500
commit453513da298534702baef8f2416695bfb2ff1a90 (patch)
treee390ec1250a1f492ca6ddc2b8c6e1f834cffb742 /app/Template
parentde2501f070a7bf41b766ee1139d1322213e387e9 (diff)
Make suggest menu appears in comment textareas
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/comments/show.php1
1 files changed, 1 insertions, 0 deletions
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,