Skip to content

Commit

Permalink
Merge pull request #15962 from seamuslee001/dev_core_1422
Browse files Browse the repository at this point in the history
dev/core#1422 Ensure that the form values are correctly passed onto t…
  • Loading branch information
eileenmcnaughton authored Nov 29, 2019
2 parents 55258ad + 1126bdc commit e626223
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CRM/Event/Form/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,16 @@ public function getTitle() {
return ts('Find Participants');
}

/**
* Set the default form values.
*
*
* @return array
* the default array reference
*/
public function setDefaultValues() {
parent::setDefaultValues();
return $this->_formValues;
}

}

0 comments on commit e626223

Please sign in to comment.