Skip to content

fix: removed the redundant "All" option from MultipleDropdownFilter #1485

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yardensachs
Copy link

@yardensachs yardensachs commented Aug 1, 2025

This fixes an issue where multi-value dropdown has an "all" option, which does not do anything and is redundant:
SCR-20250731-snqf
SCR-20250731-snnd

This was solved for checkboxes, so I am just following the pattern in checkboxes:

choices = []
if self.all_option:
choices = [self.all_option]

@yardensachs yardensachs changed the title Removed the redundant "All" option from MultipleDropdownFilter fix: removed the redundant "All" option from MultipleDropdownFilter Aug 1, 2025
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.

1 participant