summaryrefslogtreecommitdiff
path: root/app/Template/task_modification/show.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-28 20:40:15 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-28 20:40:15 -0400
commita49e7b76439b6f722ad4129a4fbb58b88efcc256 (patch)
tree9ea2c857e277fb7e6d701dbfed3035a86dc34b17 /app/Template/task_modification/show.php
parentbf6aea863e412156ad732e45fa986d33c8e29f93 (diff)
Expose task reference field to the user interface
Diffstat (limited to 'app/Template/task_modification/show.php')
-rw-r--r--app/Template/task_modification/show.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/task_modification/show.php b/app/Template/task_modification/show.php
index d747407e..cc38582c 100644
--- a/app/Template/task_modification/show.php
+++ b/app/Template/task_modification/show.php
@@ -21,6 +21,7 @@
<?= $this->task->selectCategory($categories_list, $values, $errors) ?>
<?= $this->task->selectPriority($project, $values) ?>
<?= $this->task->selectScore($values, $errors) ?>
+ <?= $this->task->selectReference($values, $errors) ?>
<?= $this->hook->render('template:task:form:second-column', array('values' => $values, 'errors' => $errors)) ?>
</div>