Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.5
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
The newest version of Drupal's Date module (7.x.2.0-alpha4) changes the way hook_views_data() call needs to pass settings to the filter and argument handlers, both now need the 'is date' => TRUE element.
This is sort of laid out here http://forum.civicrm.org/index.php/topic,21378.msg90721.html#msg90721
Attachments
1.
|
Add Support for D7 Calendar Module | |
Done/Fixed | Jim Taylor |
|
I haven't quite figured out why but the implementation for hook_views_data() that ships with date_views_views_data() adds an additional field to the date API filter and Argument (called Contextual Filters in Views 3) for the base table fo the view. The comment in the hook implementation calls it a "flexible date argument", whatever that means. The end result is you get a useless field to choose when you are editing a date filter or argument.