summaryrefslogtreecommitdiff
path: root/app/Template/task
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-19 13:53:33 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-19 13:53:33 -0400
commit9eeb7d18201ad817d8c5eb88995a48c5bd44d22a (patch)
tree27759f30e7ea8fe22513f826b4971332cc0bf4a7 /app/Template/task
parent90ed654e2b6711211445910099e41cc2ef6d0b44 (diff)
Improve quick-add subtasks form
Diffstat (limited to 'app/Template/task')
-rw-r--r--app/Template/task/show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/show.php b/app/Template/task/show.php
index 54c124f6..a594d906 100644
--- a/app/Template/task/show.php
+++ b/app/Template/task/show.php
@@ -9,7 +9,7 @@
<?= $this->render('task/time', array('task' => $task, 'values' => $values, 'date_format' => $date_format, 'date_formats' => $date_formats)) ?>
<?= $this->render('task/show_description', array('task' => $task)) ?>
<?= $this->render('tasklink/show', array('task' => $task, 'links' => $links, 'link_label_list' => $link_label_list)) ?>
-<?= $this->render('subtask/show', array('task' => $task, 'subtasks' => $subtasks, 'project' => $project)) ?>
+<?= $this->render('subtask/show', array('task' => $task, 'subtasks' => $subtasks, 'project' => $project, 'users_list' => isset($users_list) ? $users_list : array())) ?>
<?= $this->render('task/timesheet', array('task' => $task)) ?>
<?= $this->render('file/show', array('task' => $task, 'files' => $files, 'images' => $images)) ?>
<?= $this->render('task/comments', array('task' => $task, 'comments' => $comments, 'project' => $project)) ?>