Closed (fixed)
Project:
Date
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2009 at 18:57 UTC
Updated:
25 Feb 2009 at 15:10 UTC
If I try to provide a date select list in Views exposed filters and set the "date year range" to 2001:2005, the select list is filled with really weird values like 4017 or 4028. Everything is fine if I use -8:-4.
Can anyone confirm this behaviour?
btw: it would be great if one could also enter something like this: 1998:+3
Comments
Comment #1
karens commentedThe filter was set up to handle that format but the widget wasn't. I reworked the way this is handled and centralized a lot of duplicate code in a new function and this should be working.
The last item is a feature request so it needs its own issue. I didn't address that.