Skip to content
Snippets Groups Projects
Unverified Commit 918878eb authored by John Swanson's avatar John Swanson Committed by GitHub
Browse files

return collections in same order from /api/collections/tree and /api/collections/:id/items (#40044)

There were two problems here:

- one endpoint was sorting in the database, but not putting 'analytics'
last.

- one endpoint was sorting in the database, but then sorting again in
clojure, which had subtly different behavior for special characters

Fixes #39965
parent 341e4b4c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment