fixup! Ref: original & and use fileObj.meta

pull/4336/head
David Arnold 5 years ago committed by Denis Perov
parent ac7d16c40f
commit e2f7b94cde
  1. 2
      client/lib/utils.js

@ -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…
Cancel
Save