mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Move/Copy card closes now the popup if done
- Resolves discussion: #4337
This commit is contained in:
parent
cb78501b04
commit
490ad65b6e
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue