Skip to content
Snippets Groups Projects
Commit c174a4fc authored by Seamus Lee's avatar Seamus Lee Committed by eileen
Browse files

dev/core#1422 Ensure that the form values are correctly passed onto the Badge label task and others

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