use card.getRealId()

pull/5014/head
Martin Filser 2 years ago
parent 02e9795816
commit 94953a1c97
  1. 4
      client/components/lists/listBody.js

@ -484,9 +484,7 @@ BlazeComponent.extendComponent({
if (!this.board) {
return [];
}
const ownCardsIds = this.board.cards().map(card => {
return card.linkedId || card._id;
});
const ownCardsIds = this.board.cards().map(card => card.getRealId());
return Cards.find({
boardId: this.selectedBoardId.get(),
swimlaneId: this.selectedSwimlaneId.get(),

Loading…
Cancel
Save