Change the way single choice lists are sorted.
Single Choice List data types are often (always??) arranged in a particular order.
Examples are:
[January, February, March, April, May, June, July, August, September, October, November, December]
[Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
[Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
[Small, Medium, Large]
[1/16, 1/8, 3/16, 1/4, 5/16, 3/8,............]
[Red, Green, Blue]
Now if our library is sorted on one of these fields the data will be in the wrong order.
Months of the year, for example, will sort alphabetically; April, August, December.......etc.
Clearly this is not what we want.
I propose that when a library is sorted on a Single Choice List, the sort order should follow the same order that appears in the list.
