After upgrading to 1.615 the initial order of the job/project table is Z-A instead of A-Z as it was before

          [JENKINS-28601] Order of job table reverse

          Lars created issue -

          K P added a comment -

          I can confirm this issue; occurs since jenkins 1.615 I believe.

          K P added a comment - I can confirm this issue; occurs since jenkins 1.615 I believe.
          K P made changes -
          Labels New: gui jenkins

          Oleg Nenashev added a comment - - edited

          I suppose it's a regression after the fix of JENKINS-17290

          Oleg Nenashev added a comment - - edited I suppose it's a regression after the fix of JENKINS-17290
          Oleg Nenashev made changes -
          Link New: This issue is related to JENKINS-17290 [ JENKINS-17290 ]

          Lars added a comment -

          The InitialSortDir of the job table (and some other tables) should be changed to "up". But I don't know where to do it.

          Lars added a comment - The InitialSortDir of the job table (and some other tables) should be changed to "up". But I don't know where to do it.

          The wrong sort order is also used if you look at the page for an individual  job, and click on trend (on the left of the page, above the build history).

          Previously, the trend report showed the newest (at the top) to oldest (at the bottom). In 1.616, this order is reversed. I don't know if this error was also present in 1.615 or not.

          Matthew Webber added a comment - The wrong sort order is also used if you look at the page for an individual  job, and click on trend (on the left of the page, above the build history). Previously, the trend report showed the newest (at the top) to oldest (at the bottom). In 1.616, this order is reversed. I don't know if this error was also present in 1.615 or not.

          Lars added a comment -

          JENKINS-17290 reversed the sort order

          initialsortdir="up" is now ascending -> A-Z
          initialsortdir="down" is now descending -> Z-A

          So the initialsort dir attributes should be reversed too.

          https://github.com/jenkinsci/jenkins/pull/1729 should fix this

          Lars added a comment - JENKINS-17290 reversed the sort order initialsortdir="up" is now ascending -> A-Z initialsortdir="down" is now descending -> Z-A So the initialsort dir attributes should be reversed too. https://github.com/jenkinsci/jenkins/pull/1729 should fix this
          Daniel Beck made changes -
          Link New: This issue is duplicated by JENKINS-28800 [ JENKINS-28800 ]
          Jesse Glick made changes -
          Labels Original: gui jenkins New: gui jenkins regression

            Unassigned Unassigned
            wolterhis Lars
            Votes:
            12 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved: