2
0
Эх сурвалжийг харах

Card archive closes now the popup after confirmation

Martin Filser 3 жил өмнө
parent
commit
f90fb28483

+ 1 - 1
client/components/cards/cardDetails.js

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