mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 22:58:48 +01:00
fix Import Done Button do not redirect
This commit is contained in:
parent
90be8ff936
commit
f9b6978303
1 changed files with 6 additions and 1 deletions
|
|
@ -87,8 +87,13 @@ BlazeComponent.extendComponent({
|
|||
if (err) {
|
||||
this.setError(err.error);
|
||||
} else {
|
||||
let title = getSlug(this.importedData.get().title) || 'imported-board';
|
||||
Session.set('fromBoard', null);
|
||||
Utils.goBoardId(res);
|
||||
FlowRouter.go('board', {
|
||||
id: res,
|
||||
slug: title,
|
||||
})
|
||||
//Utils.goBoardId(res);
|
||||
}
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue