From 26dcc73913c073e7dc329fbbca9a7689254272fb Mon Sep 17 00:00:00 2001 From: Eileen Date: Mon, 3 Feb 2014 14:19:10 +1300 Subject: [PATCH] CRM-14156 Participant Reports add group filter & tag filters --- CRM/Report/Form/Event/ParticipantListCount.php | 3 ++- CRM/Report/Form/Event/ParticipantListing.php | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CRM/Report/Form/Event/ParticipantListCount.php b/CRM/Report/Form/Event/ParticipantListCount.php index 3c0d438004..256c54ca51 100644 --- a/CRM/Report/Form/Event/ParticipantListCount.php +++ b/CRM/Report/Form/Event/ParticipantListCount.php @@ -36,7 +36,8 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form_Event { protected $_summary = NULL; - + protected $_groupFilter = TRUE; + protected $_tagFilter = TRUE; protected $_customGroupExtends = array( 'Participant', 'Event', diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index cc86cb6126..8a61e75f45 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -39,6 +39,8 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event { protected $_contribField = FALSE; protected $_lineitemField = FALSE; + protected $_groupFilter = TRUE; + protected $_tagFilter = TRUE; protected $_customGroupExtends = array('Participant', 'Contact', 'Individual', 'Event'); -- 2.25.1