Add tasks in bulk from the board

This commit is contained in:
Frederic Guillot
2016-05-13 21:44:31 -04:00
parent a1a48b8374
commit 10f662ce07
8 changed files with 167 additions and 9 deletions

View File

@@ -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);
}
}