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

This commit is contained in:
Martin Filser 2021-10-29 09:02:34 +02:00
parent 4acf3738ca
commit 7f7ef0a914

View file

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