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

Merge pull request #15962 from seamuslee001/dev_core_1422

#1422 Ensure that the form values are correctly passed onto t…
parents 55258ad5 1126bdc5
No related branches found
No related tags found
No related merge requests found
......@@ -496,4 +496,16 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search {
return ts('Find Participants');
}
/**
* Set the default form values.
*
*
* @return array
* the default array reference
*/
public function setDefaultValues() {
parent::setDefaultValues();
return $this->_formValues;
}
}
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