We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried putting the id, lowercase enum-string, .. didnt work. I mean the rails_admin list pages.
The text was updated successfully, but these errors were encountered:
Can you specify rails and ruby versions?
Sorry, something went wrong.
ruby 2.2.3 rails 4.2.1
For example when adding a filter for a string field, it is possible to choose in a dropdown menu:
Is exactly, Starts with, ends with, ... etc.
For enum fields, there is no dropdown at all. So something is missing there.
I also just tried with rails 4.2.5, same thing.
Here is the switch for setting the 'enum' filter:
https://github.com/sferik/rails_admin/blob/master/app/assets/javascripts/rails_admin/ra.filter-box.js#L54
When using rails_admin_enum4 the field_type is 'enum4' and does not match anything here.
No branches or pull requests
I tried putting the id, lowercase enum-string, .. didnt work.
I mean the rails_admin list pages.
The text was updated successfully, but these errors were encountered: