Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes: #16837 - Fix type__empty filter in character-based filters #17574

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

bctiemann
Copy link
Contributor

Fixes: #16837

Removes choices and null_value params from the extra dict on a filterset field definition during get_additional_lookups, which allows the stock filter to be inited properly, meaning we no longer need to short-circuit the set of additional lookups to enable for filters such as MultipleChoiceFilter and limit them only to FILTER_NEGATION_LOOKUP_MAP if a choices param is present.

@jeremystretch jeremystretch merged commit 116a423 into develop Sep 24, 2024
6 checks passed
@jeremystretch jeremystretch deleted the 16837-filter-cable-type__empty-only branch September 26, 2024 19:21
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.

Cable type empty filtering not working
2 participants