Browse Source

Move card to bottom - close Popup / back to previous popup

Martin Filser 3 years ago
parent
commit
7f7ef0a914
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/components/cards/cardDetails.js

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

@@ -690,6 +690,7 @@ Template.cardDetailsActionsPopup.events({
         .map((c) => c.sort),
     );
     this.move(this.boardId, this.swimlaneId, this.listId, maxOrder + 1);
+    Popup.back();
   },
   'click .js-archive': Popup.afterConfirm('cardArchive', function () {
     Popup.close();