Posted by dww on April 9, 2009 at 5:48pm
2 followers
| Project: | Project issue tracking |
| Version: | 6.x-1.x-dev |
| Component: | Views integration |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dww |
| Status: | closed (fixed) |
Issue Summary
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
#1
#2
Earl gave this the thumbs up. Committed to HEAD.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.