mirror of
https://github.com/wekan/wekan.git
synced 2025-12-29 13:48:49 +01:00
Card Details Popup, Session variable popupCard is deleted on popup close
This commit is contained in:
parent
c07a1412f7
commit
27213245ef
1 changed files with 3 additions and 0 deletions
|
|
@ -537,6 +537,9 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
}).register('cardDetails');
|
||||
|
||||
Template.cardDetailsPopup.onDestroyed(() => {
|
||||
Session.delete('popupCard');
|
||||
});
|
||||
Template.cardDetailsPopup.helpers({
|
||||
popupCard() {
|
||||
const ret = Utils.getPopupCard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue