mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 01:40:13 +01:00
fix comments on cardType-linkedBoard
This commit is contained in:
parent
8b2c9cc74f
commit
3e364c4f35
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ BlazeComponent.extendComponent({
|
||||||
if (card.isLinkedCard()) {
|
if (card.isLinkedCard()) {
|
||||||
boardId = Cards.findOne(card.linkedId).boardId;
|
boardId = Cards.findOne(card.linkedId).boardId;
|
||||||
cardId = card.linkedId;
|
cardId = card.linkedId;
|
||||||
|
} else if (card.isLinkedBoard()) {
|
||||||
|
boardId = card.linkedId;
|
||||||
}
|
}
|
||||||
if (text) {
|
if (text) {
|
||||||
CardComments.insert({
|
CardComments.insert({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue