mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
fixup! Ref: original & and use fileObj.meta
This commit is contained in:
parent
ac7d16c40f
commit
e2f7b94cde
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ Utils = {
|
|||
);
|
||||
},
|
||||
getCommonAttachmentMetaFrom(card) {
|
||||
let meta;
|
||||
const meta = {};
|
||||
if (card.isLinkedCard()) {
|
||||
meta.boardId = Cards.findOne(card.linkedId).boardId;
|
||||
meta.cardId = card.linkedId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue