mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Fix Delete Board and keep confirmation popup.
Thanks to xet7 !
This commit is contained in:
parent
c0df1dd4aa
commit
534b20feda
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ BlazeComponent.extendComponent({
|
|||
const currentBoard = Boards.findOne(Session.get('currentBoard'));
|
||||
Boards.remove(currentBoard._id);
|
||||
}
|
||||
const board = this.currentData();
|
||||
Boards.remove(board._id);
|
||||
Boards.remove(this._id);
|
||||
FlowRouter.go('home');
|
||||
}),
|
||||
}];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue