mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
parent
411ded513d
commit
306301e881
2 changed files with 164 additions and 1 deletions
|
|
@ -451,10 +451,11 @@ Filter = {
|
|||
// before changing the schema.
|
||||
labelIds: new SetFilter(),
|
||||
members: new SetFilter(),
|
||||
assignees: new SetFilter(),
|
||||
customFields: new SetFilter('_id'),
|
||||
advanced: new AdvancedFilter(),
|
||||
|
||||
_fields: ['labelIds', 'members', 'customFields'],
|
||||
_fields: ['labelIds', 'members', 'assignees', 'customFields'],
|
||||
|
||||
// We don't filter cards that have been added after the last filter change. To
|
||||
// implement this we keep the id of these cards in this `_exceptions` fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue