Closed (fixed)
Project:
Scheduler
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2010 at 16:06 UTC
Updated:
6 Jan 2011 at 21:00 UTC
I would like to check certain date fields (e.g. scheduler.publish_on) to be empty or not. The UI does not give that option. Is there workaround?
Comments
Comment #1
dawehnerScheduler could set "allow empty" in it's views_data filter definition.
Comment #2
eric-alexander schaefer commentedIs there some documentation about "allow empty"? I added
'allow empty' => TRUE,to the filter definition, but it doesn't seem to do anything? What is "allow empty" supposed to do. How can I see it is working?Comment #3
eric-alexander schaefer commentedI found it. Had to clear the views cache...
Comment #4
eric-alexander schaefer commentedHere you go: http://drupal.org/cvs?commit=468252
Comment #5
edvanleeuwenWorks fine. Thanks dereine and Eric!
Comment #6
eric-alexander schaefer commented