Jobs Grid is sorted by the most nested name, rather than full path

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: dashboard-view-plugin
    • None
    • Environment:
      Jenkins 2.277.1
      Dashboard View 2.15

      When projects are nested a few folders deep, the sorting of the Jobs Grid only sorts by the last part of the path, rather than the full path.  This makes it difficult to find things in the grid.

       

      E.g. the jobs grid would display the following tasks in the following  order

      Project1/SubProject1/Task1
      Project1/SubProject2/Task1
      Project2/SubProject1/Task1
      Project2/SubProject2/Task1
      Project1/SubProject1/Task2
      Project1/SubProject2/Task2
      Project2/SubProject1/Task2
      Project2/SubProject2/Task2

      The correct order should be...

      Project1/SubProject1/Task1
      Project1/SubProject1/Task2
      Project1/SubProject2/Task1
      Project1/SubProject2/Task2
      Project2/SubProject1/Task1
      Project2/SubProject1/Task2
      Project2/SubProject2/Task1
      Project2/SubProject2/Task2

            Assignee:
            Tobias Gruetzmacher
            Reporter:
            Alan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: