Improve quick-add subtasks form

This commit is contained in:
Frederic Guillot
2015-07-19 13:53:33 -04:00
parent 90ed654e2b
commit 9eeb7d1820
3 changed files with 9 additions and 2 deletions

View File

@@ -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'],