mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Revert Wekan v3.37 Fix Linked cards make load all cards of database.
Thanks to xet7! Related #2688, related #2693
This commit is contained in:
parent
be70c02922
commit
6ce8eeee6c
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ Meteor.publishRelations('board', function(boardId, isArchived) {
|
||||||
function(cardId, card) {
|
function(cardId, card) {
|
||||||
if (card.type === 'cardType-linkedCard') {
|
if (card.type === 'cardType-linkedCard') {
|
||||||
const impCardId = card.linkedId;
|
const impCardId = card.linkedId;
|
||||||
//subCards.push(impCardId); // GitHub issue #2688
|
subCards.push(impCardId); // GitHub issue #2688 and #2693
|
||||||
cardComments.push(impCardId);
|
cardComments.push(impCardId);
|
||||||
attachments.push(impCardId);
|
attachments.push(impCardId);
|
||||||
checklists.push(impCardId);
|
checklists.push(impCardId);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue