Expose task reference field to the user interface

This commit is contained in:
Frederic Guillot
2016-06-28 20:40:15 -04:00
parent bf6aea863e
commit a49e7b7643
7 changed files with 23 additions and 5 deletions

View File

@@ -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>