From 8ccbdd921b23344c1b8b8543bc5154b950285aca Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Fri, 20 May 2016 16:09:46 +0530 Subject: [PATCH] CRM-18322: notice fix on participant search --- CRM/Event/Form/Search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Event/Form/Search.php b/CRM/Event/Form/Search.php index eb9c17a780..f7a021aeb0 100644 --- a/CRM/Event/Form/Search.php +++ b/CRM/Event/Form/Search.php @@ -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)) { -- 2.25.1