Skip to content

Fix null values in filter dropdowns#4459

Merged
Withalion merged 3 commits intodev/filteringfrom
fix/null-values-filter-dropdowns
Apr 20, 2026
Merged

Fix null values in filter dropdowns#4459
Withalion merged 3 commits intodev/filteringfrom
fix/null-values-filter-dropdowns

Conversation

@Withalion
Copy link
Copy Markdown
Contributor

This PR fixes 2 things:

  • dropdowns showing unique values for field will instead of empty option show No value option as the first option if NULL values are stored in the field
  • for multi select unique values dropdowns the filter expression generation changed, plugin now supplies only expression for a single value and the app needs to multiply this expression with as many values as selected and join it with OR

@Withalion Withalion added this to the 2026.2.0 milestone Apr 18, 2026
@Withalion Withalion self-assigned this Apr 18, 2026
@Withalion Withalion merged commit fdb528c into dev/filtering Apr 20, 2026
7 of 9 checks passed
@Withalion Withalion deleted the fix/null-values-filter-dropdowns branch April 20, 2026 10:41
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.

2 participants