mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 18:34:07 +01:00
replace Session key popupCard with popupCardId (better meaning of what the variable contains)
This commit is contained in:
parent
4733afe4eb
commit
f4a3363f6f
6 changed files with 14 additions and 14 deletions
|
|
@ -16,7 +16,7 @@ BlazeComponent.extendComponent({
|
|||
clickOnMiniCard(evt) {
|
||||
if (Utils.isMiniScreen()) {
|
||||
evt.preventDefault();
|
||||
Session.set('popupCard', this.currentData()._id);
|
||||
Session.set('popupCardId', this.currentData()._id);
|
||||
this.cardDetailsPopup(evt);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue