소스 검색

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

Martin Filser 3 년 전
부모
커밋
7f7ef0a914
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();