Improve dropdown for task description templates

This commit is contained in:
Frederic Guillot
2017-11-03 11:04:18 -07:00
parent e6f8a76a18
commit bf623e0e08
32 changed files with 7 additions and 31 deletions

View File

@@ -8,6 +8,7 @@
<div class="task-form-main-column">
<?= $this->task->renderTitleField($values, $errors) ?>
<?= $this->task->renderDescriptionField($values, $errors) ?>
<?= $this->task->renderDescriptionTemplateDropdown($project['id']) ?>
<?= $this->task->renderTagField($project, $tags) ?>
<?= $this->hook->render('template:task:form:first-column', array('values' => $values, 'errors' => $errors)) ?>