summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorEskiso <eSkiSo@users.noreply.github.com>2016-09-28 17:25:32 +0100
committerGitHub <noreply@github.com>2016-09-28 17:25:32 +0100
commita44d7fa396774af97a1dfe3bb06be3515b9723e1 (patch)
tree679ca455c7f9b61c3eea4e0f98051d68a0d5e2f1 /app
parenta4686877e8d2391ad3a765ad41870ae0dbc05b45 (diff)
Added hook for plugins
Diffstat (limited to 'app')
-rw-r--r--app/Template/subtask/create.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Template/subtask/create.php b/app/Template/subtask/create.php
index 3c080f7c..cc4ccba6 100644
--- a/app/Template/subtask/create.php
+++ b/app/Template/subtask/create.php
@@ -9,7 +9,8 @@
<?= $this->subtask->selectTitle($values, $errors, array('autofocus')) ?>
<?= $this->subtask->selectAssignee($users_list, $values, $errors) ?>
<?= $this->subtask->selectTimeEstimated($values, $errors) ?>
-
+ <?= $this->hook->render('template:subtask:form:create', array('values' => $values, 'errors' => $errors)) ?>
+
<?= $this->form->checkbox('another_subtask', t('Create another sub-task'), 1, isset($values['another_subtask']) && $values['another_subtask'] == 1) ?>
<div class="form-actions">