Closed Bug 29991 Opened 25 years ago Closed 24 years ago

Severity-field in Bugzilla Helper not correctly taken over to enter_bug.cgi

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED
Bugzilla old

People

(Reporter: andenews, Assigned: cbegle)

References

()

Details

If i submit a bug using Bugzilla Helper (/quality/help/bug-form.html) and
select "Trivial - A cosmetic problem..." from the severity-field the
selection isn't correctly transferred to the enter_bug.cgi-script. The
severity-field there shows "normal" instead.

To reproduce:
1. open http://www.mozilla.org/quality/help/bug-form.html
2. enter anything you like
3. select severity "trivial"
4. click on "Open Bugzilla Entry Form"

Result: Severity-field shows "normal"

Should be "trivial"
cbegle owns that page.
Assignee: terry → cbegle
http://www.mozilla.org/quality/help/bugreport.js, line 131. Change:

Severity:   "normal",

To:

Severity:   aForm.Severity[aForm.Severity.selectedIndex].value,

and see if that fixes it.

Gerv
fix from Gerv checked in.  thanks.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified, it works can't say anything else really ;)
Status: RESOLVED → VERIFIED
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.