Fix: Linked cards make load all cards of database.

Thanks to Akuket !

Closes #2688
This commit is contained in:
Lauri Ojansivu 2019-09-07 17:56:38 +03:00
parent 753d5b953d
commit a56988c487

View file

@ -148,7 +148,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
function(cardId, card) {
if (card.type === 'cardType-linkedCard') {
const impCardId = card.linkedId;
subCards.push(impCardId);
//subCards.push(impCardId); // GitHub issue #2688
cardComments.push(impCardId);
attachments.push(impCardId);
checklists.push(impCardId);