diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-11-27 18:48:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-11-27 18:48:42 -0500 |
commit | 453513da298534702baef8f2416695bfb2ff1a90 (patch) | |
tree | e390ec1250a1f492ca6ddc2b8c6e1f834cffb742 /app/Template/comments/show.php | |
parent | de2501f070a7bf41b766ee1139d1322213e387e9 (diff) |
Make suggest menu appears in comment textareas
Diffstat (limited to 'app/Template/comments/show.php')
-rw-r--r-- | app/Template/comments/show.php | 1 |
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, |