You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ransack filters from 'administrate_ransack' for replicate the solidus_backend fields search functionality.
At this moment the choosing of witch filter fender for witch field is made with a switch case in the _filters.html.erb.
I think it need to be moved to a render_filter field approach to be concise with the administrate approach.
The text was updated successfully, but these errors were encountered:
I'm using ransack filters from 'administrate_ransack' for replicate the solidus_backend fields search functionality.
At this moment the choosing of witch filter fender for witch field is made with a switch case in the
_filters.html.erb
.I think it need to be moved to a
render_filter field
approach to be concise with the administrate approach.The text was updated successfully, but these errors were encountered: