summaryrefslogtreecommitdiff
path: root/app/Controller/Subtask.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-05 18:30:16 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-05 18:30:16 -0500
commit4e07ad6555bee33c6e48992f8f8e56706aff7c58 (patch)
tree1921c1c080133a6c9bd67119b282d3dbd313e4b2 /app/Controller/Subtask.php
parent9c15658089ec5bd3914b91c7a59fdb522e837b70 (diff)
Improve subtask toggle status and timer
Diffstat (limited to 'app/Controller/Subtask.php')
-rw-r--r--app/Controller/Subtask.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/Subtask.php b/app/Controller/Subtask.php
index f8798906..57d1987d 100644
--- a/app/Controller/Subtask.php
+++ b/app/Controller/Subtask.php
@@ -23,7 +23,6 @@ class Subtask extends Base
'project' => $this->getProject(),
'subtasks' => $this->subtask->getAll($task['id']),
'editable' => true,
- 'redirect' => 'subtask',
)));
}