mirror of
https://github.com/wekan/wekan.git
synced 2026-02-13 03:34:20 +01:00
Public boards overview
This commit is contained in:
parent
8f28a409c7
commit
edf52bc438
6 changed files with 42 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ Meteor.publish('boards', function() {
|
|||
archived: false,
|
||||
$or: [
|
||||
{
|
||||
_id: { $in: starredBoards },
|
||||
// _id: { $in: starredBoards }, // Commented out, to get a list of all public boards
|
||||
permission: 'public',
|
||||
},
|
||||
{ members: { $elemMatch: { userId, isActive: true } } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue