mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Card archive closes now the popup after confirmation
This commit is contained in:
parent
fecb9cdb66
commit
f90fb28483
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ Template.cardDetailsActionsPopup.events({
|
|||
this.move(this.boardId, this.swimlaneId, this.listId, maxOrder + 1);
|
||||
},
|
||||
'click .js-archive': Popup.afterConfirm('cardArchive', function () {
|
||||
Popup.back();
|
||||
Popup.close();
|
||||
this.archive();
|
||||
Utils.goBoardId(this.boardId);
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue