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

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

Martin Filser 3 жил өмнө
parent
commit
7f7ef0a914

+ 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();