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?

CommentFileSizeAuthor
#3 date-635778.patch379 bytesdagmar

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Date
Version: 6.x-2.6 » 6.x-2.x-dev
Component: exposed filters » Code

I move this to date module. Perhaps it can build a date: comment filter too.

obrienmd’s picture

Category: support » feature

Changing to feature request.

dagmar’s picture

Title: jQuery date picker for comment submission dates » date filters/arguments for comment submission dates are not available
Category: feature » bug
Status: Active » Needs review
StatusFileSize
new379 bytes

In 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.

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine

karens’s picture

Status: Reviewed & tested by the community » Fixed

Doh! That was a stupid mistake. Thanks!

Status: Fixed » Closed (fixed)

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