mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 01:58:49 +01:00
parent
c3dd9f47fb
commit
0a0cec6ef0
7 changed files with 189 additions and 43 deletions
|
|
@ -88,7 +88,7 @@ BlazeComponent.extendComponent({
|
|||
boards() {
|
||||
const query = {
|
||||
archived: false,
|
||||
type: 'board',
|
||||
type: { $in: ['board','template-container'] },
|
||||
};
|
||||
if (FlowRouter.getRouteName() === 'home')
|
||||
query['members.userId'] = Meteor.userId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue