summaryrefslogtreecommitdiff
path: root/app/Controller/Taskcreation.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-13 21:44:31 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-13 21:44:31 -0400
commit10f662ce07cdc0924cb6688fcb2d502e7aa21acc (patch)
tree33e58c1978e0b5908c97d786d7145d6dbc7e4a7b /app/Controller/Taskcreation.php
parenta1a48b8374523fc19b3fb8596649baff0f3fa4a4 (diff)
Add tasks in bulk from the board
Diffstat (limited to 'app/Controller/Taskcreation.php')
-rw-r--r--app/Controller/Taskcreation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Taskcreation.php b/app/Controller/Taskcreation.php
index 1d8a0e29..1c9e0d82 100644
--- a/app/Controller/Taskcreation.php
+++ b/app/Controller/Taskcreation.php
@@ -79,6 +79,6 @@ class Taskcreation extends Base
));
}
- $this->response->redirect($this->helper->url->to('board', 'show', array('project_id' => $project['id'])));
+ $this->response->redirect($this->helper->url->to('board', 'show', array('project_id' => $project['id'])), true);
}
}