From: monishdeb Date: Wed, 11 Dec 2013 06:32:22 +0000 (+0530) Subject: CRM-13756 fix - Create Profile - do not check 'Standalone Form or Directory' by default X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c094de2cc56aea27b6f56f89d290e07b4c33e26f;p=civicrm-core.git CRM-13756 fix - Create Profile - do not check 'Standalone Form or Directory' by default http://issues.civicrm.org/jira/browse/CRM-13756 --- diff --git a/CRM/UF/Form/Group.php b/CRM/UF/Form/Group.php index 69ac1d27ce..a0eccfcef5 100644 --- a/CRM/UF/Form/Group.php +++ b/CRM/UF/Form/Group.php @@ -274,7 +274,6 @@ class CRM_UF_Form_Group extends CRM_Core_Form { $defaults['is_map'] = 0; $defaults['is_update_dupe'] = 0; $defaults['is_proximity_search'] = 0; - $defaults['uf_group_type[Profile]'] = 1; } // Don't assign showHide elements to template in DELETE mode (fields to be shown and hidden don't exist) if (!($this->_action & CRM_Core_Action::DELETE) && !($this->_action & CRM_Core_Action::DISABLE)) {