mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 02:40:14 +01:00
Revert In-Progress Assignee field, moving it to feature branch.
Thanks to xet7 ! Fixes #2612
This commit is contained in:
parent
306301e881
commit
ee0fb094e6
2 changed files with 1 additions and 164 deletions
|
|
@ -451,11 +451,10 @@ Filter = {
|
|||
// before changing the schema.
|
||||
labelIds: new SetFilter(),
|
||||
members: new SetFilter(),
|
||||
assignees: new SetFilter(),
|
||||
customFields: new SetFilter('_id'),
|
||||
advanced: new AdvancedFilter(),
|
||||
|
||||
_fields: ['labelIds', 'members', 'assignees', 'customFields'],
|
||||
_fields: ['labelIds', 'members', '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