Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-8860

Views select list sorting should be case-insensitive

XMLWordPrintable

      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.

            Unassigned Unassigned
            robhruska Rob Hruska
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: