Add predefined templates for task descriptions
This commit is contained in:
@@ -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) ?>
|
||||
|
||||
<?= $this->hook->render('template:task:form:first-column', array('values' => $values, 'errors' => $errors)) ?>
|
||||
|
||||
Reference in New Issue
Block a user