Make suggest menu appears in comment textareas

This commit is contained in:
Frederic Guillot
2016-11-27 18:48:42 -05:00
parent de2501f070
commit 453513da29
2 changed files with 13 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
'values' => array(
'user_id' => $this->user->getId(),
'task_id' => $task['id'],
'project_id' => $task['project_id'],
),
'errors' => array(),
'task' => $task,