You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this is probably the desired output for most circumstances, if you want to manually sort the order of a vocabulary and have that reflected by the frontend (either in Classic or via REST API) such as with collective.taxonomy, this isn't possible. The values returned by getVocabularyValues are already an OrderedDict so this should be supported.
plone.app.querystring/plone/app/querystring/registryreader.py
Line 97 in f626d6a
While this is probably the desired output for most circumstances, if you want to manually sort the order of a vocabulary and have that reflected by the frontend (either in Classic or via REST API) such as with collective.taxonomy, this isn't possible. The values returned by
getVocabularyValues
are already an OrderedDict so this should be supported.I've created a test to verify this: #160
See plone/plone.restapi#1854 for some context of how this was found
The text was updated successfully, but these errors were encountered: