Move/Copy card closes now the popup if done

- Resolves discussion: #4337
This commit is contained in:
Martin Filser 2022-02-08 22:26:56 +01:00
parent cb78501b04
commit 490ad65b6e

View file

@ -839,7 +839,7 @@ Template.moveCardPopup.events({
this.swimlaneId = swimlaneId;
this.listId = listId;
Popup.back();
Popup.back(2);
},
});
BlazeComponent.extendComponent({
@ -975,7 +975,7 @@ Template.copyCardPopup.events({
// See https://github.com/wekan/wekan/issues/80
Filter.addException(_id);
Popup.back();
Popup.back(2);
}
},
});