Skip to content

Commit

Permalink
Merge pull request #14322 from AlainBenbassat/5.14
Browse files Browse the repository at this point in the history
fixes issue #981: sort participants did not remember search criteria
  • Loading branch information
seamuslee001 authored May 24, 2019
2 parents df90d02 + 499adae commit 8526531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Event/Form/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public function postProcess() {
CRM_Contact_BAO_Query::processSpecialFormValue($this->_formValues, ['participant_status_id']);
}

if (empty($this->_formValues)) {
if (empty($formValues)) {
$formValues = $this->controller->exportValues($this->_name);
}

Expand Down

0 comments on commit 8526531

Please sign in to comment.