Opened 5 years ago

Closed 5 years ago

#2188 closed enhancement (fixed)

Enumerated annotation types should sort the possible values

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.15.1
Component: core Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

This is typically not an issue to begin with since the order of the values are usually kept the same as when the annotation type was created. However, if the list of possible values are modified they seem to change their order in an unpredictable way which is annoying.

This affects all places were the list of values are displayed. For example, in the filter selection in list pages and in the edit dialogs.

It would be better if the values could always be returned in a predictable order (eg. sorted).

Change History (2)

comment:1 by Nicklas Nordborg, 5 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 7734:

Fixes #2188: Enumerated annotation types should sort the possible values

Note: See TracTickets for help on using tickets.