GNOME Bugzilla – Bug 359885
duplicates.cgi: also displays resolved bugs with no resolution set
Last modified: 2009-08-21 06:33:20 UTC
dear bugzilla masters, even when i set duplicates.cgi to display only open bugs, like http://bugzilla.gnome.org/duplicates.cgi?sortby=count&reverse=1&maxrows=75&changedsince=60&openonly=1 i still get bugs that are resolved, but do not have a resolution field entry, like bug 94514. current code says # We want to show bugs which: # a) Aren't CLOSED; and # b) i) Aren't VERIFIED; OR # ii) Were resolved INVALID/WONTFIX i think we also don't want to show bugs with bug_status=resolved && resolution=NULL (or something like that, anyone with some perl knowledge will know so much better than i do). thanks in advance...
by the way, i'd also love to get the NEEDINFO bugs displayed in that list, and the product instead of the component, and the status instead of the Op Sys. feel free to slap me. ;-)
A bug should not have an empty resolution. Changing this would just hide the database corruption.
bkor, so this a bug data issue. (i consider your comment as a confirmation.) if so, how many bugs are affected? perhaps this is not a high priority. :-/
I fixed this by handling bugs that had a missing resolution.