-
Notifications
You must be signed in to change notification settings - Fork 570
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
Wrong order of collection items for select #593
Comments
I have the same issue. Any suggestions? |
BIP (https://github.com/bernat/best_in_place#usage-of-rails-3-gem) wants the collection as a hash
e.g. But rails We sort of need a bip helper that will take rails collection and change it to the expected |
Here's my terrible hack until a PR
|
Just verified this is fixed on the master branch |
Hi,
i know this issue has been addressed many times, but i still do not see a solution:
When using the following column code in ActiveAdmin the order of the items does not represent my order given in the select statement (it is reordered later after the id keys):
Is there a possibility not to allow a reordering for the array given to the collection?
The text was updated successfully, but these errors were encountered: