Skip to content
Snippets Groups Projects
Unverified Commit b9e1718d authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #15984 from eileenmcnaughton/badge

#1422 Ensure that the form values are correctly passed onto t…
parents af71cb80 c174a4fc
Branches
Tags
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.
Please register or to comment