X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=6aa61302ce18d61f757b9bc5b977be31770f8528;hb=147f640d455bc33c03ad83191af8069bc3bb638b;hp=bba674defb61ffcdce42478113f8607944c01244;hpb=86eeab72df992cbd4c48ca2271deafeaffccb825;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index bba674defb..6aa61302ce 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -1,7 +1,7 @@ 'If enabled, deleted contacts will be moved to trash (instead of being destroyed). Users with the proper permission are able to search for the deleted contacts and restore them (or delete permanently).', 'help_text' => null, ), + 'allowPermDeleteFinancial' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'allowPermDeleteFinancial', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => FALSE, + 'add' => '4.3', + 'title' => 'Contact Permanent Delete', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'Allow Permanent Delete for contacts who are linked to live financial transactions', + 'help_text' => null, + ), 'versionAlert' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core', @@ -605,7 +619,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',