-
Bug
-
Resolution: Unresolved
-
Minor
-
None
In the views select list, the sort order is currently case-sensitive. For example, the following entries would currently be sorted:
Alpha
Beta
Gamma
aardvark
gorilla
Where the ideal sorting would be:
aardvark
Alpha
Beta
Gamma
gorilla
The list should have a natural sort order that is case insensitive.
It should be noted that case-insensitive ordering is Jenkins' behavior by default when displaying tabs, so the current behavior of the select list differs from that of Jenkins. Ultimately, the sorting should match how Jenkins orders the tabs when the plugin is not installed.