mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
use card.getRealId()
This commit is contained in:
parent
02e9795816
commit
94953a1c97
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue