mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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({
|
||||
'click .js-select-label'(event) {
|
||||
const card = Cards.findOne(Session.get('currentCard'));
|
||||
const card = Utils.getCurrentCard();
|
||||
const labelId = this._id;
|
||||
card.toggleLabel(labelId);
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue