summaryrefslogtreecommitdiff
path: root/app/Template/config/project.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/config/project.php')
-rw-r--r--app/Template/config/project.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/config/project.php b/app/Template/config/project.php
index 90dd9c8e..1ab69e26 100644
--- a/app/Template/config/project.php
+++ b/app/Template/config/project.php
@@ -15,7 +15,6 @@
<p class="form-help"><?= t('Example: "Bug, Feature Request, Improvement"') ?></p>
<?= $this->form->checkbox('subtask_restriction', t('Allow only one subtask in progress at the same time for a user'), 1, $values['subtask_restriction'] == 1) ?>
- <?= $this->form->checkbox('subtask_time_tracking', t('Enable time tracking for subtasks'), 1, $values['subtask_time_tracking'] == 1) ?>
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>