Active
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2013 at 13:15 UTC
Updated:
1 May 2013 at 21:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
monish_deb commentedI have gone through your requirement, which can be achievable via code work. Apply my patch to have two operator "Is empty(NULL)" and "Is not empty(NOT NULL)" for Date filter forcibly.
What I have found out that not any single core date field in Drupal support empty (Is NULL), reason why those two operator were not visible in Date filter which are constrained in parent filter "views_handler_filter_numeric.inc" at Line:82 in operator() function.
Comment #2
peteruithoven commentedDid anybody have a look at this patch, to see if it could be implemented?
Comment #3
peteruithoven commentedPatch works for me. Thanks monish_deb!