mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 10:50:13 +01:00
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:
parent
82236484bc
commit
801d0aacf0
4 changed files with 24 additions and 22 deletions
|
|
@ -18,6 +18,8 @@ BlazeComponent.extendComponent({
|
|||
{ boardId: { $in: [null, ''] } },
|
||||
{ swimlaneId: { $in: [null, ''] } },
|
||||
{ listId: { $in: [null, ''] } },
|
||||
{ permission: 'public' },
|
||||
{ members: { $elemMatch: { userId: user._id, isActive: true } } },
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue