|
@@ -92,7 +92,8 @@ BlazeComponent.extendComponent({
|
|
const title = textarea.value.trim();
|
|
const title = textarea.value.trim();
|
|
let cardId = this.currentData().cardId;
|
|
let cardId = this.currentData().cardId;
|
|
const card = Cards.findOne(cardId);
|
|
const card = Cards.findOne(cardId);
|
|
- if (card.isLinked()) cardId = card.linkedId;
|
|
|
|
|
|
+ //if (card.isLinked()) cardId = card.linkedId;
|
|
|
|
+ if (card.isLinkedCard()) cardId = card.linkedId;
|
|
|
|
|
|
if (title) {
|
|
if (title) {
|
|
Checklists.insert({
|
|
Checklists.insert({
|