Skip to content
Snippets Groups Projects
Unverified Commit 7099e2ce authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #14313 from AlainBenbassat/issue-981

#981 Sorting participants ignored search values.
parents c89a08b9 ec85e0cf
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search {
CRM_Contact_BAO_Query::processSpecialFormValue($this->_formValues, ['participant_status_id']);
}
if (empty($this->_formValues)) {
if (empty($formValues)) {
$formValues = $this->controller->exportValues($this->_name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment