Open
Bug 1326115
Opened 8 years ago
Updated 1 year ago
When entering a summary for a new bug, bug.js searches all products for duplicate bugs, not just the selected product
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: justinadambaker, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
446 bytes,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14
Steps to reproduce:
Select a product to create a bug, enter a summary, bug.js searches for duplicate bugs
Actual results:
The search results include bugs from other products
Expected results:
The search results should only display bugs from the product selected for bug entry. (Unless this is intentional)
Comment 1•8 years ago
|
||
Is this on bugzilla.mozilla.org where you're seeing this? If so, it's searching a set of related products (like if you're filing in Firefox it'll also search Toolkit and Core).
I encountered this on a corporate installation that I just upgraded to 5.0.3. I was able to "fix" it with the attached patch. I thought I saw somewhere that the API had changed (the "product" parameter changed to "products") but I can't find it now. Or is this by design?
Updated•1 year ago
|
Attachment #9383494 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•