mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Move card to bottom - close Popup / back to previous popup
This commit is contained in:
parent
4acf3738ca
commit
7f7ef0a914
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue