Skip to content
Snippets Groups Projects
Commit 26dcc739 authored by Eileen's avatar Eileen
Browse files

CRM-14156 Participant Reports add group filter & tag filters

parent 0f18adb9
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment