From 9eeb7d18201ad817d8c5eb88995a48c5bd44d22a Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Jul 2015 13:53:33 -0400 Subject: Improve quick-add subtasks form --- app/Controller/Task.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller') diff --git a/app/Controller/Task.php b/app/Controller/Task.php index 676dccbe..db12a0c7 100644 --- a/app/Controller/Task.php +++ b/app/Controller/Task.php @@ -78,6 +78,7 @@ class Task extends Base 'link_label_list' => $this->link->getList(0, false), 'columns_list' => $this->board->getColumnsList($task['project_id']), 'colors_list' => $this->color->getList(), + 'users_list' => $this->projectPermission->getMemberList($task['project_id'], true, false, false), 'date_format' => $this->config->get('application_date_format'), 'date_formats' => $this->dateParser->getAvailableFormats(), 'title' => $task['project_name'].' > '.$task['title'], -- cgit v1.2.3