Closed
Bug 863203
Opened 12 years ago
Closed 12 years ago
add toolkit to guided bug entry's search list
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
Details
Toolkit bugs are not offered to users potentially creating new bugs.
For example
https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox
with
Error Console:: Allow selection of multiple errors
does not expose bug 862658 as a duplicate of bug 67603
toolkit bugs _are_ searched when looking for existing bugs.
https://bugzilla.mozilla.org/extensions/GuidedBugEntry/web/js/products.js has:
"Firefox": {
related: [ "Core", "Toolkit" ],
when a duplicate bug is found, the bug which it's duplicated against is shown in the list, rather than the duplicate itself.
in this case, bug 862658 _was_ found, resulting in bug 67603 being shown. results are sorted by relevance, and 67603 is shown first due to the exact match on its dupe.
hope that makes sense :)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 2•12 years ago
|
||
dang, I must have missed it. And so did Alain. shame shame.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Extensions: GuidedBugEntry → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•