Skip to content
Snippets Groups Projects
Commit 0c81c4c4 authored by eileenmcnaugton's avatar eileenmcnaugton
Browse files

Extend form organization edit to saved search form (needs CRM-19122)

parent 4595e49e
Branches
Tags 2.5
No related merge requests found
......@@ -459,9 +459,8 @@ function _multisite_get_domain_group($permission = 1) {
* @param string $formName
* @param object $form reference to the form object
*/
function multisite_civicrm_buildForm( $formName, &$form ){
if($formName == 'CRM_Group_Form_Edit'){
function multisite_civicrm_buildForm($formName, &$form){
if($formName == 'CRM_Group_Form_Edit' || $formName == 'CRM_Contact_Form_Task_SaveSearch'){
_multisite_alter_form_crm_group_form_edit($formName, $form);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment