mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Supress displaying subtask boards to avoid clutter
This commit is contained in:
parent
ef64b0a654
commit
53e67ff57a
2 changed files with 6 additions and 5 deletions
|
|
@ -152,7 +152,8 @@ BlazeComponent.extendComponent({
|
|||
$and: [
|
||||
{ archived: false },
|
||||
{ type: { $in: ['board', 'template-container'] } },
|
||||
{ $or: [] }
|
||||
{ $or: [] },
|
||||
{ title: { $not: { $regex: /^\^.*\^$/ } } }
|
||||
]
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue