CRM-14128 - change to mhas
authorDeepak Srivastava <deepak.srivastava.0303@gmail.com>
Tue, 4 Feb 2014 06:19:33 +0000 (11:49 +0530)
committerDeepak Srivastava <deepak.srivastava.0303@gmail.com>
Tue, 4 Feb 2014 06:19:33 +0000 (11:49 +0530)
----------------------------------------
* 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

index bf8479231d356ab7c58d6eaba14531bc1264d8dd..7cb8f32995ecf701cefeb95e49b2c92258c4f846 100644 (file)
@@ -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'),