Due Cards and Broken Cards: In All Users view, fixed to show cards only from other users Public Boards. Not anymore from private boards.

Thanks to xet7 !

Related #1667
This commit is contained in:
Lauri Ojansivu 2021-01-11 05:23:11 +02:00
parent 82236484bc
commit 801d0aacf0
4 changed files with 24 additions and 22 deletions

View file

@ -18,6 +18,8 @@ BlazeComponent.extendComponent({
{ boardId: { $in: [null, ''] } },
{ swimlaneId: { $in: [null, ''] } },
{ listId: { $in: [null, ''] } },
{ permission: 'public' },
{ members: { $elemMatch: { userId: user._id, isActive: true } } },
],
};