mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 10:08:49 +01:00
v3.39
This commit is contained in:
parent
82f73ab58c
commit
f14dce2f19
8 changed files with 10 additions and 10 deletions
|
|
@ -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); // GitHub issue #2688 and #2693
|
||||
subCards.push(impCardId); // GitHub issue #2688 and #2693
|
||||
cardComments.push(impCardId);
|
||||
attachments.push(impCardId);
|
||||
checklists.push(impCardId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue