Add autocomplete dropdown on comment subject and email fields

This commit is contained in:
Frederic Guillot
2017-06-03 17:51:20 -04:00
parent dd8d7ef49d
commit 6b9b9d2d1c
7 changed files with 52 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ class CommentMailController extends BaseController
'errors' => $errors,
'task' => $task,
'project' => $project,
'members' => $this->projectPermissionModel->getMembersWithEmail($project['id']),
)));
}