Closed Bug 480398 Opened 15 years ago Closed 15 years ago

"blocking-fennec" field when "---" shouldn't show on show_bug for non-logged-in users

Categories

(bugzilla.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dholbert, Assigned: reed)

References

Details

Attachments

(1 file)

STEPS TO REPRODUCE:
 1. Log out of bugzilla, if you're logged in.
 2. Visit a bug in the "Core" product, e.g.
https://bugzilla.mozilla.org/show_bug.cgi?id=480382
 3. Look at the flags that show up on the right.

ACTUAL RESULTS:
 "blocking‑fennec  ---" is shown, but no other un-set flags are shown.

EXPECTED RESULTS:
 "blocking‑fennec  ---" should not show up there.  It should behave like other flags, which only show up when they have meaningful values (?/-/+)

This seems to be because "blocking-fennec" uses the string "---" for its default un-set value, rather than blank space.  Looking at the page-source, it looks like most flags have this as their default value:
    <option value="X"></option>
but blocking-fennec has:
    <option value="---" selected="selected">---</option>
Attached image screenshot
blocking-fennec isn't really a flag, it's a custom field that was hacked into our local copy of bugzilla, so it doesn't have all the same behaviors flags do.
Assignee: marcia → nobody
Component: Bugzilla: Keywords & Components → Bugzilla: Other b.m.o Issues
QA Contact: timeless → other-bmo-issues
Summary: "blocking-fennec" flag always shows up as being set, because its default value is "---" instead of blank → "blocking-fennec" field when "---" shouldn't show on show_bug for non-logged-in users
I claim this is an upstream bug!
Assignee: nobody → reed
Fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: