diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-07 09:34:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-07 09:34:05 -0500 |
commit | 07dd8882e813d03dd2121a21cda8afd19ee90fc9 (patch) | |
tree | cbf94d5c3025c55c235a10f8b17d2e926f745724 /app/Template/subtask/table.php | |
parent | 3fa445fce49d6c7e14e5b0cbc76e5fe2c52f73ba (diff) |
Fix subtask redirection
Diffstat (limited to 'app/Template/subtask/table.php')
-rw-r--r-- | app/Template/subtask/table.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/subtask/table.php b/app/Template/subtask/table.php index fea3ae2b..8ad9664c 100644 --- a/app/Template/subtask/table.php +++ b/app/Template/subtask/table.php @@ -58,6 +58,7 @@ 'subtask' => $subtask, 'first_position' => $first_position, 'last_position' => $last_position, + 'redirect' => $redirect, )) ?> </td> <?php endif ?> |