Commit c643ee75 authored by Simon Knox's avatar Simon Knox

use board_path

parent 8fb7f319
......@@ -148,7 +148,7 @@ export default {
gl.boardService.createBoard(this.board)
.then(resp => resp.json())
.then((data) => {
gl.utils.visitUrl(`${Store.rootPath}/${data.id}`);
gl.utils.visitUrl(data.board_path);
})
.catch(() => {
Flash('Unable to save your changes. Please try again.');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment