From 8142d43057939265d15317bc051ff149553ca727 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 25 Jul 2015 13:02:20 -0400 Subject: Add settings to disable subtask timer and another to not include closed tasks into CFD --- app/Template/config/project.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Template/config/project.php') diff --git a/app/Template/config/project.php b/app/Template/config/project.php index b762de24..c58a7bac 100644 --- a/app/Template/config/project.php +++ b/app/Template/config/project.php @@ -18,6 +18,8 @@

form->checkbox('subtask_restriction', t('Allow only one subtask in progress at the same time for a user'), 1, $values['subtask_restriction'] == 1) ?> + form->checkbox('subtask_time_tracking', t('Trigger automatically subtask time tracking'), 1, $values['subtask_time_tracking'] == 1) ?> + form->checkbox('cfd_include_closed_tasks', t('Include closed tasks in the cumulative flow diagram'), 1, $values['cfd_include_closed_tasks'] == 1) ?>
-- cgit v1.2.3