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

Fix missing select options for enum filters #3372

Merged

Conversation

codealchemy
Copy link
Contributor

Following 555f778, the (single) select dropdown for enums no longer includes the available values (though multiselect still works)

This ensures we append the available enum options to the single select dropdown.

Before

Screen Shot 2021-08-03 at 13 25 59

After

Screen Shot 2021-08-03 at 13 26 14

Following railsadminteam@555f778, the (single) select dropdown for `enum`s no longer includes the available values (though multiselect still works)

This ensures we append the available enum options to the single select dropdown.
@mshibuya mshibuya merged commit bdd2640 into railsadminteam:master Aug 7, 2021
@mshibuya
Copy link
Member

mshibuya commented Aug 7, 2021

Sorry for this issue, thanks for fixing!

@codealchemy codealchemy deleted the patch/fix-missing-enum-options branch August 9, 2021 17:48
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