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've set up Kaminari with a different config.param_name ("page" in my native language), but this breaks the pagination in ActiveAdmin as it is still looking for "page" ang not what I've set up in the Kaminari initializer.
Wouldn't it be sweet if ActiveAdmin respected that config variable?
The text was updated successfully, but these errors were encountered:
The issue looks to be here, I think. I bet changing that to test for the Kaminari default parameter instead of hard-coding :page would fix the problem.
I'm bit of a newbie when it comes to RoR, and not quite sure how to set up, fix and test this atm. If you have any pointers, then they are much appreciated. If not, I'll try to figure it out, but not making any promises.. :)
Hi guys, thanks for the great work!
I've set up Kaminari with a different config.param_name ("page" in my native language), but this breaks the pagination in ActiveAdmin as it is still looking for "page" ang not what I've set up in the Kaminari initializer.
Wouldn't it be sweet if ActiveAdmin respected that config variable?
The text was updated successfully, but these errors were encountered: