The views filters for issue status and version support some "special" values: "- Open issues -" for the status, and the version series values for the version filter (e.g. "6.x issues"). Currently, these are mapped back to real values via accept_exposed_input(). That's silly, since it only works for exposed filters. ;) We should really do this magic mapping in query(), which, now that I code it, is vastly less complicated, anyway...

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new5.27 KB
dww’s picture

Status: Needs review » Fixed

Earl gave this the thumbs up. Committed to HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.