Skip to content
Snippets Groups Projects
Commit 1126bdc5 authored by Seamus Lee's avatar Seamus Lee
Browse files

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

parent 44c38b08
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