Hello,
We upgraded our test site from 5.13 to 5.14. One small change I noted in testing was that the export order is different in the Export Metadata dropdown:
image.png
It used to be in alphabetical order. Is there a configuration change I can adjust to adjust the order?
Thanks!
Bethany
Hmm, it looks like 5.14 was when we added dataverse.spi.export.directory and very likely the ability to write custom external exporters. Having the list be sorted maybe something we lost along the way. :thinking:
Yeah, it came from this PR: #9175
Oh, I think you're right -- I can see that the order I have in 5.14 matches what dataverse.harvard.edu has.
In 6.6 we have a new API that lists exporters but it's also not in alphabetical order: https://demo.dataverse.org/api/info/exportFormats
I bring up the API because that's what the new frontend will use: https://github.com/IQSS/dataverse-frontend
And we're trying to edit the old frontend as little as possible. :grimacing:
@Bethany Seeger would you be ok with a fix in the new frontend? (React)
Good question - not really sure I have an opinion, since it will take us a while to keep upgrading into the 6.x versions. So even if you did put a fix in there soon, we wouldn't have it for a while.
When do folks hope to switch over to the new front end?
Good question :big_smile:
:) I can appreciate that answer.
I think this is minor and won't be an issue for us, so fixing it only in the new frontend makes sense.
Great, do you mind adding a comment to https://github.com/IQSS/dataverse-frontend/issues/189 about sorting?
I'll add one now. Thanks, Phil!
Last updated: Oct 30 2025 at 06:21 UTC