Skip to content

[6.x] Fix hidden field filters when applying to all fields#14020

Merged
jasonvarga merged 3 commits intostatamic:6.xfrom
daun:fix/field-filter-available-message
Feb 20, 2026
Merged

[6.x] Fix hidden field filters when applying to all fields#14020
jasonvarga merged 3 commits intostatamic:6.xfrom
daun:fix/field-filter-available-message

Conversation

@daun
Copy link
Copy Markdown
Contributor

@daun daun commented Feb 20, 2026

Fix #14018 by

  • Never hiding the currently applied filters
  • Only hiding the input for adding new filters if all fields are already in use for filtering
  • Only showing the "no filters" warning if no filters were ever available

Before

All filters are hidden once all fields are selected for filtering.

Screen Recording 2026-02-20 at 15 22 09

After: Scenario A: all fields already selected

If all fields of a blueprint are already selected for filtering, show no message at all.

Screenshot 2026-02-20 at 15 25 54

After: Scenario B: no fields available

If no fields are available for filtering at all, show the message, but subdued.

Screenshot 2026-02-20 at 15 26 14

@jasonvarga
Copy link
Copy Markdown
Member

I appreciated leaving off the indentation change to keep the diff small for review. 👌

@jasonvarga jasonvarga merged commit 6a74227 into statamic:6.x Feb 20, 2026
11 checks passed
@daun daun deleted the fix/field-filter-available-message branch February 20, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Field filters are hidden and uneditable when all fields are filtered

2 participants