mirror of
https://github.com/wekan/wekan.git
synced 2026-02-26 09:54:08 +01:00
Card Details Popup, Labels assign now works
This commit is contained in:
parent
4994f23134
commit
7a6cfcb498
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ Template.createLabelPopup.helpers({
|
||||||
|
|
||||||
Template.cardLabelsPopup.events({
|
Template.cardLabelsPopup.events({
|
||||||
'click .js-select-label'(event) {
|
'click .js-select-label'(event) {
|
||||||
const card = Cards.findOne(Session.get('currentCard'));
|
const card = Utils.getCurrentCard();
|
||||||
const labelId = this._id;
|
const labelId = this._id;
|
||||||
card.toggleLabel(labelId);
|
card.toggleLabel(labelId);
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue