Skip to content
Snippets Groups Projects
Commit 499adae8 authored by alainb's avatar alainb
Browse files

fixes issue #981: sort participants did not remember search criteria

parent df90d02e
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