Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1.2
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
This patch starts to expose CiviEvents to Views2 in Drupal. It currently makes only those fields that are exportable available.
It includes handlers to allow filtering and displaying the Start and End Date fields. Filtering on a date 'not between' is currently broken because the SQL query is stuck using AND to combine the WHERE clauses. Haven't figured that out, yet...
This patch depends on the one included in CRM-3759. http://issues.civicrm.org/jira/browse/CRM-3759