mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
fixup! Ref: original & and use fileObj.meta
This commit is contained in:
parent
557aed6a38
commit
ea40901a14
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,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