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
bin/epadmin reorder calls EPrints::Index::update_ordervalues but this doesn't check if there are ordervalues already.
So if there are no ordervalues, the EPrints::Index::update_ordervalues call will fail silently and won't insert the new order values.
The text was updated successfully, but these errors were encountered:
Seen on 3.3.10 - there's some new code in trunk's epadmin but the behaviour seems the same if a list of ids is provided.
Sorry, something went wrong.
Fixes #48 - deletes ordervalues then insert them
b639539
Successfully merging a pull request may close this issue.
bin/epadmin reorder calls EPrints::Index::update_ordervalues but this doesn't check if there are ordervalues already.
So if there are no ordervalues, the EPrints::Index::update_ordervalues call will fail silently and won't insert the new order values.
The text was updated successfully, but these errors were encountered: