diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-05 18:30:16 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-05 18:30:16 -0500 |
commit | 4e07ad6555bee33c6e48992f8f8e56706aff7c58 (patch) | |
tree | 1921c1c080133a6c9bd67119b282d3dbd313e4b2 /app/Controller/Subtask.php | |
parent | 9c15658089ec5bd3914b91c7a59fdb522e837b70 (diff) |
Improve subtask toggle status and timer
Diffstat (limited to 'app/Controller/Subtask.php')
-rw-r--r-- | app/Controller/Subtask.php | 1 |
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', ))); } |