From: Eileen Date: Mon, 3 Feb 2014 01:19:10 +0000 (+1300) Subject: CRM-14156 Participant Reports add group filter & tag filters X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=26dcc73913c073e7dc329fbbca9a7689254272fb;p=civicrm-core.git CRM-14156 Participant Reports add group filter & tag filters --- 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');