CRM-18322: notice fix on participant search
authordeb.monish <monish.deb@webaccessglobal.com>
Fri, 20 May 2016 10:39:46 +0000 (16:09 +0530)
committerdeb.monish <monish.deb@webaccessglobal.com>
Fri, 20 May 2016 10:39:46 +0000 (16:09 +0530)
CRM/Event/Form/Search.php

index eb9c17a780f3bf120d0c38e551766e51993148dd..f7a021aeb0d2c67d2997f9cfc30c149662449236 100644 (file)
@@ -297,6 +297,7 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search {
 
     if (!empty($_POST)) {
       $this->_formValues = $this->controller->exportValues($this->_name);
+      CRM_Contact_BAO_Query::processSpecialFormValue($this->_formValues, array('participant_status_id'));
     }
 
     if (empty($this->_formValues)) {