Make sure that the order of the sortableAttributes is constant

This commit is contained in:
Kerollmops 2021-08-26 11:06:04 +02:00
parent 64462c842b
commit 087e4626ce
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 11 additions and 6 deletions

View file

@ -82,7 +82,7 @@ make_setting_route!(
make_setting_route!(
"/sortable-attributes",
std::collections::HashSet<String>,
std::collections::BTreeSet<String>,
sortable_attributes,
"sortableAttributes"
);