Card archive closes now the popup after confirmation

This commit is contained in:
Martin Filser 2021-10-28 11:39:26 +02:00
parent fecb9cdb66
commit f90fb28483

View file

@ -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);
}),