Add tasks in bulk from the board
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user