From 94a8422b726090f1477ada2c516caeaa5f41a3eb Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Mon, 16 Nov 2015 14:24:51 -0500 Subject: [PATCH] CRM-17579 Reports - sort by event start date in participant report ---------------------------------------- * CRM-17579: Sort by event date in participant report https://issues.civicrm.org/jira/browse/CRM-17579 --- CRM/Report/Form/Event/ParticipantListing.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index 21b1f0ef1f..291fd2091a 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -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( -- 2.25.1