GNOME Bugzilla – Bug 338151
"Bugs without a response" should exclude bugs filed by developers
Last modified: 2006-09-24 02:20:47 UTC
browse.cgi knows who the developers of a product are, and thus the "Bugs without a response" stat in the column at the right should be able to exclude bugs filed by such persons.
Partly fixed by adding the following to browse.cgi: bugs.reporter NOT IN (SELECT userid FROM developers WHERE product_id = ?) but the Boogle link needs to be fixed as well... (not sure how, perhaps make responders add that extra SQL?!?)
*** Bug 340095 has been marked as a duplicate of this bug. ***
Fixed now, using 'reporter!=developer' syntax (which was added as part of bug 357386).