mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 02:40:14 +01:00
Card archive closes now the popup after confirmation
This commit is contained in:
parent
fecb9cdb66
commit
f90fb28483
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ Template.cardDetailsActionsPopup.events({
|
||||||
this.move(this.boardId, this.swimlaneId, this.listId, maxOrder + 1);
|
this.move(this.boardId, this.swimlaneId, this.listId, maxOrder + 1);
|
||||||
},
|
},
|
||||||
'click .js-archive': Popup.afterConfirm('cardArchive', function () {
|
'click .js-archive': Popup.afterConfirm('cardArchive', function () {
|
||||||
Popup.back();
|
Popup.close();
|
||||||
this.archive();
|
this.archive();
|
||||||
Utils.goBoardId(this.boardId);
|
Utils.goBoardId(this.boardId);
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue