From: Deepak Srivastava Date: Tue, 4 Feb 2014 06:19:33 +0000 (+0530) Subject: CRM-14128 - change to mhas X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2039ce876c7d66cc823e2f56c5e95653476bb4e2;p=civicrm-core.git 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 --- 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'),