Closed
Bug 452914
Opened 17 years ago
Closed 17 years ago
Multiple problems with editflagtypes.cgi interface
Categories
(bugzilla.mozilla.org :: General, defect, P1)
bugzilla.mozilla.org
General
Tracking
()
VERIFIED
FIXED
People
(Reporter: reed, Assigned: mkanat)
References
Details
I tried working on some flags for bmo tonight, and I ran into some problems:
* Impossible to add <product> :: __Any__ -- selecting a product removes __Any__ from the component listing
* Selecting another product and then selecting the __Any__ product again results in empty component drop-down
These are some JS errors I received while trying this:
Error: control.options is undefined
Source File: https://bugzilla.mozilla.org/js/productform.js
Line: 414
Error: item is undefined
Source File: https://bugzilla.mozilla.org/js/productform.js
Line: 282
This currently means I can't add flags to entire products right now, which is very bad.
Flags: blocking3.2?
![]() |
||
Comment 1•17 years ago
|
||
I cannot reproduce upstream, neither on tip nor on 3.2rc1.
Assignee: administration → nobody
Component: Administration → Bugzilla: Other b.m.o Issues
Flags: blocking3.2?
Product: Bugzilla → mozilla.org
QA Contact: default-qa → other-bmo-issues
Target Milestone: Bugzilla 3.2 → ---
Version: 3.2 → other
Reporter | ||
Comment 2•17 years ago
|
||
mkanat, is this due to some bmo-only changes? I need this fixed ASAP.
Assignee | ||
Comment 3•17 years ago
|
||
Ah, yes, it's due to the addition of cf_fixed_in to productform.js, I'll bet.
Assignee: nobody → mkanat
Assignee | ||
Updated•17 years ago
|
Blocks: bmo-regressions-0808
Assignee | ||
Updated•17 years ago
|
Priority: -- → P1
Assignee | ||
Comment 4•17 years ago
|
||
This has been fixed. I've also fixed the same bug in a few other places. The fix is in my repo:
Committing to: /var/www/html/everythingsolved.com/bzr/mozilla/3.2/
modified template/en/default/admin/flag-type/edit.html.tmpl
modified template/en/default/admin/flag-type/list.html.tmpl
modified template/en/default/request/queue.html.tmpl
Committed revision 6131.
Assignee: mkanat → justdave
Comment 5•17 years ago
|
||
This is live on bugzilla-stage-tip and will be in production soon.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•17 years ago
|
Assignee: justdave → mkanat
tested based on comment 0 and this seems to work
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
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.
Description
•