From 3cd709aec91bd0dbf7edcf19fcc72530884f9374 Mon Sep 17 00:00:00 2001 From: Eskiso Date: Wed, 28 Sep 2016 17:27:21 +0100 Subject: Added hooks for plugins --- app/Template/dashboard/subtasks.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/Template/dashboard/subtasks.php b/app/Template/dashboard/subtasks.php index b71deeb9..10bc5d89 100644 --- a/app/Template/dashboard/subtasks.php +++ b/app/Template/dashboard/subtasks.php @@ -10,6 +10,7 @@ order(t('Project'), 'project_name') ?> order(t('Task'), 'task_name') ?> order(t('Subtask'), \Kanboard\Model\SubtaskModel::TABLE.'.title') ?> + hook->render('template:dashboard:subtasks:header', array('values' => $values, 'errors' => $errors, 'paginator' => $paginator)) ?> getCollection() as $subtask): ?> @@ -26,6 +27,7 @@ subtask->toggleStatus($subtask, $subtask['project_id']) ?> + hook->render('template:dashboard:subtasks:rows', array('subtask' => $subtask)) ?> text->e($subtask['time_spent']).'h' ?> -- cgit v1.2.3