mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
add checklist to cardType-linkedBoard
This commit is contained in:
parent
dd18fd2477
commit
fc7c70bdc0
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ BlazeComponent.extendComponent({
|
|||
const title = textarea.value.trim();
|
||||
let cardId = this.currentData().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) {
|
||||
Checklists.insert({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue