Pablo Brasero
Pablo Brasero
In part, this is a problem with Kaminari, which adds the `page` and `per` methods. As I understand your comment above, your models also have the method `per`, so this...
I'm not sure I understand. `HasMany` has an option `sort_by` that can be used to tell which property to sort by. Would that work?
I see. So I'm not sure about implementing this generally in the gem, and I've been looking into how this could be implemented by overriding things... First, and this is...
Thanks @fvieira for that tip. Saved me figuring it out myself.
Closing due to lack of activity.
Closing due to lack of activity
I think this is the way to go, but there are some things still to polish. Let's see if I can make sense. The main issue is https://github.com/thoughtbot/administrate/issues/2363. This lists...
I think we are in agreement here: - Yes to adding `scope` to all associative fields, as well as context to `collection` in `Select`. - Very good point about showing...
@goosys - I think you are good to go, thank you! :+1: If it helps, you can let me know as you go and I can keep try keep an...
What dropdowns do you mean? Perhaps those of selector fields? If this is the case, perhaps you can create a new, custom field that inherits from `Administrate::Field::Select`, and override `selectable_options`...