Wrong Job Group is shown in the selector

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I found a bug in the jobGroupName-select tag. It added the selected attribute on each option that was not selected, instead of the one that should have been selected.

      Hence we ended up with this HTML-ouput.

      <tr nameref="rowSetStart44">
          <td class="setting-leftspace">&nbsp;</td>
          <td class="setting-name">Job Group</td>
          <td class="setting-main">
              <select name="jobGroupName">
                  <option value="Top Priority">Top Priority</option>
                  <option selected="true" value="Features">Features</option>
                  <option selected="true" value="Slow and steady">Slow and steady</option>
              </select>
          </td>
          <td class="setting-no-help"></td>
      </tr>
      

      In my case, the option Top Priority should have been choosen, instead Slow and steady was shown. When I looked at my current saved configuration for this specific job, I saw that Top Priority was saved, so it works correctly, it just shows the wrong jobGroupName.

            Assignee:
            Kyrre Havik Eriksen
            Reporter:
            Kyrre Havik Eriksen
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: