Bug 835588

Summary: missing ID attribute "version" for
Product: [Community] Bugzilla Reporter: Matěj Cepl <mcepl>
Component: Creating/Changing BugsAssignee: Matt Tyson 🤬 <mtyson>
Status: CLOSED NOTABUG QA Contact: Simon Green <sgreen>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: ebaak
Target Milestone: 4.2-5   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-23 00:17:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matěj Cepl 2012-06-26 14:29:19 UTC
Description of problem:

This element has id='version' only for non-logged version of show_bug.cgi. Logged in version doesn't have ID.

      <select id="version" name="version"  size="1">
          <option value="7.0" selected>7.0
          </option>
          <option value="7.1">7.1
          </option>
      </select></td>


Version-Release number of selected component (if applicable):
bugzilla as of today

How reproducible:
100%

Steps to Reproduce:
1.see above
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 2 Matt Tyson 🤬 2012-08-23 00:17:36 UTC
The logged in version of the site does indeed have an ID tag.