CRM-17579 Reports - sort by event start date in participant report
authorAndrew Hunt <andrew@aghstrategies.com>
Mon, 16 Nov 2015 19:24:51 +0000 (14:24 -0500)
committerAndrew Hunt <andrew@aghstrategies.com>
Mon, 16 Nov 2015 19:27:02 +0000 (14:27 -0500)
----------------------------------------
* CRM-17579: Sort by event date in participant report
  https://issues.civicrm.org/jira/browse/CRM-17579

CRM/Report/Form/Event/ParticipantListing.php

index 21b1f0ef1fee0af724098d78239885642b327d69..291fd2091a10892d9730cc919229a699f09d96b5 100644 (file)
@@ -297,6 +297,9 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event {
             'default_weight' => '2',
             'default_order' => 'ASC',
           ),
+          'event_start_date' => array(
+            'title' => ts('Event Start Date'),
+          ),
         ),
       ),
       'civicrm_contribution' => array(