mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Move card to top - close Popup / back to previous popup
This commit is contained in:
parent
cdc4be3a13
commit
e6f94c9d16
1 changed files with 1 additions and 0 deletions
|
@ -680,6 +680,7 @@ Template.cardDetailsActionsPopup.events({
|
|||
.map((c) => c.sort),
|
||||
);
|
||||
this.move(this.boardId, this.swimlaneId, this.listId, minOrder - 1);
|
||||
Popup.back();
|
||||
},
|
||||
'click .js-move-card-to-bottom'(event) {
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue