From 4e07ad6555bee33c6e48992f8f8e56706aff7c58 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 5 Feb 2016 18:30:16 -0500 Subject: Improve subtask toggle status and timer --- app/Controller/Subtask.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Controller/Subtask.php') 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', ))); } -- cgit v1.2.3