I'm aware that the jQuery date picker works for all "date" filter types, but when I'm creating comment views, the only date filter I have access to (Comment: Post Date, which is what I want to filter by) does not allow this, and there is no "Date" filter category. Is this expected behaviour?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | date-635778.patch | 379 bytes | dagmar |
Comments
Comment #1
dawehnerI move this to date module. Perhaps it can build a date: comment filter too.
Comment #2
obrienmd commentedChanging to feature request.
Comment #3
dagmarIn fact, this filter is available using date, but a small bug in date_api_date_api_tables() is causing this filter don't appear.
Table comments is typed as comment (without 's')
Patch attached, IMO, it is ready to be committed.
Comment #4
dawehnerLooks fine
Comment #5
karens commentedDoh! That was a stupid mistake. Thanks!