projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e10f9
)
CRM-13756 fix - Create Profile - do not check 'Standalone Form or Directory' by default
author
monishdeb
<monish.deb@webaccess.co.in>
Wed, 11 Dec 2013 06:32:22 +0000
(12:02 +0530)
committer
monishdeb
<monish.deb@webaccess.co.in>
Wed, 11 Dec 2013 06:32:22 +0000
(12:02 +0530)
http://issues.civicrm.org/jira/browse/CRM-13756
CRM/UF/Form/Group.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/UF/Form/Group.php
b/CRM/UF/Form/Group.php
index 69ac1d27ce98533503de556f14a8c9b60b55151c..a0eccfcef546ec3130b71871d5a8a60a86abd8f4 100644
(file)
--- 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)) {