-
Notifications
You must be signed in to change notification settings - Fork 288
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
ActiveAdmin version 3.0.0 released! #475
Comments
uh thanks for letting us know!! We'll look into it when we have some time to make sure there's nothing breaking here |
Just caught something that seems related to the ActiveAdmin version released. I'm seeing an issue with the |
I'm not sure this information is helpful or not. Why not working How to resolve Following code block is sample, I just added filter :company_id, as: :search_select_filter, url: proc { admin_companies_path },
fields: %i[id name], display_name: :name, minimum_input_length: 1,
predicate: 'cont', # Default is `contains` but ransack4 not support it
order_by: 'id_asc' |
However, it is hard to specify the predicate option in all the places where I use |
Thank you all for your comments, they were very helpful to pinpoint what needed to be changed. As you said, |
Hey! Just letting you guys know that ActiveAdmin had a new major version recently released with a couple of breaking changes:
https://github.com/activeadmin/activeadmin/releases/tag/v3.0.0
I did a fast search through the project and it seems like it shouldn't really break much on AA_addons. I know you're working in a v2 version of this, so thought you might find it useful to know.
The text was updated successfully, but these errors were encountered: