From 2039ce876c7d66cc823e2f56c5e95653476bb4e2 Mon Sep 17 00:00:00 2001 From: Deepak Srivastava Date: Tue, 4 Feb 2014 11:49:33 +0530 Subject: [PATCH] CRM-14128 - change to mhas ---------------------------------------- * CRM-14128: Participant Count Report offers 'is not role' criteria - but treats it the same as 'is role' http://issues.civicrm.org/jira/browse/CRM-14128 --- CRM/Report/Form/Event/ParticipantListCount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Event/ParticipantListCount.php b/CRM/Report/Form/Event/ParticipantListCount.php index bf8479231d..7cb8f32995 100644 --- a/CRM/Report/Form/Event/ParticipantListCount.php +++ b/CRM/Report/Form/Event/ParticipantListCount.php @@ -176,7 +176,7 @@ class CRM_Report_Form_Event_ParticipantListCount extends CRM_Report_Form_Event { array( 'name' => 'role_id', 'title' => ts('Participant Role'), - 'operatorType' => CRM_Report_Form::OP_MULTISELECT, + 'operatorType' => CRM_Report_Form::OP_MULTISELECT_SEPARATOR, 'options' => CRM_Event_PseudoConstant::participantRole(), ), 'participant_register_date' => array('title' => ts('Registration Date'), -- 2.25.1