From 07dd8882e813d03dd2121a21cda8afd19ee90fc9 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 7 Feb 2016 09:34:05 -0500 Subject: Fix subtask redirection --- app/Controller/Subtask.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller') diff --git a/app/Controller/Subtask.php b/app/Controller/Subtask.php index 57d1987d..f8798906 100644 --- a/app/Controller/Subtask.php +++ b/app/Controller/Subtask.php @@ -23,6 +23,7 @@ class Subtask extends Base 'project' => $this->getProject(), 'subtasks' => $this->subtask->getAll($task['id']), 'editable' => true, + 'redirect' => 'subtask', ))); } -- cgit v1.2.3