Bug 12716

Summary: [Patch] query-pr-summary.cgi excludes closed reports even if state='closed'
Product: Base System Reporter: chris <chris>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description chris 1999-07-20 10:20:01 UTC
When the state specified in a PR search is 'closed' but the 'Closed too'
checkbox is not enabled, no results are turned up, even though there are
closed reports that would turn up had 'Closed too' been enabled.

Fix: This might be a little bit crude, but it definitely works.
How-To-Repeat: 
This will show no PRs:
http://www.freebsd.org/cgi/query-pr-summary.cgi?state=closed&sort=none&originator=Chris+Costello&closedtoo=

This will show my closed PRs:
http://www.freebsd.org/cgi/query-pr-summary.cgi?state=closed&sort=none&originator=Chris+Costello&closedtoo=on
Comment 1 Nick Hibma freebsd_committer freebsd_triage 1999-07-20 10:26:00 UTC
State Changed
From-To: open->closed

This bug report (and patch) are almost identical to 12049. There is some   
conversation in that one so I will close that one and forward this one into it 
by a reply.