CRM-12846, fix for test case failure - civipledge wasn't enabled by default
authorDeepak Srivastava <deepak.srivastava@webaccess.co.in>
Thu, 11 Jul 2013 14:54:35 +0000 (20:24 +0530)
committerDeepak Srivastava <deepak.srivastava@webaccess.co.in>
Thu, 11 Jul 2013 14:54:35 +0000 (20:24 +0530)
----------------------------------------
* CRM-12846: API support for toggling components by storing 'enableComponents' config in settings table
  http://issues.civicrm.org/jira/browse/CRM-12846

settings/Core.setting.php

index bba674defb61ffcdce42478113f8607944c01244..176721e60b199b2c3da6c50c9b7c5d388d0edc9f 100644 (file)
@@ -605,7 +605,7 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl
       'style' => 'width:150px',
       'class' => 'advmultiselect',
     ),
-    'default' => array('CiviEvent', 'CiviContribute', 'CiviMember', 'CiviMail', 'CiviReport', 'CiviCase'),
+    'default' => array('CiviEvent', 'CiviContribute', 'CiviMember', 'CiviMail', 'CiviReport', 'CiviPledge'),
     'add'   => '4.4',
     'title' => 'Enable Components',
     'is_domain' => '1',