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

Selecting "All" in views select list does not display all project (i.e. has no effect)

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • Browser: Chrome 8.0.552.224
      OS: Windows 7 Professional

      The views select list has an "All" entry that would presumably show all of the projects. However, when the All option is selected, nothing happens.

      Here is an excerpt from the markup for our list:

      <select id="selectView" onChange="javascript:selectViewOnChange();">
      <option id=" " value="view/%20/"></option>
      <option id="12.20.x" value="view/12.20.x/">12.20.x</option>
      <option id="All" value="">All</option>
      <option id="Apps" value="view/Apps/">Apps</option>

      ... [16 more entries] ...

      <option value="">----------------</option>
      <option value="newView">New View</option>
      </select>

      When I select the All option, I do not see any javascript errors or warnings in the Chrome Developer Tools console.

          [JENKINS-8861] Selecting "All" in views select list does not display all project (i.e. has no effect)

          jieryn added a comment -

          This is a legitimate bug! It happens for the default view, I will fix this ASAP.

          jieryn added a comment - This is a legitimate bug! It happens for the default view, I will fix this ASAP.

          Rob Hruska added a comment -

          Cool, thanks for the quick feedback.

          Rob Hruska added a comment - Cool, thanks for the quick feedback.

          jieryn added a comment -

          jieryn added a comment - Fixed and released version 1.1, thanks for the original report! http://ci.jenkins-ci.org/job/plugins_dropdown-viewstabbar/16/ http://maven.hudson-labs.org:8081/content/repositories/releases/org/jenkins-ci/plugins/dropdown-viewstabbar-plugin/1.1/

            jieryn jieryn
            robhruska Rob Hruska
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: