diff --git a/ext/civigrant/managed/OptionGroup_contact_view_options_OptionValue_CiviGrant.mgd.php b/ext/civigrant/managed/OptionGroup_contact_view_options_OptionValue_CiviGrant.mgd.php deleted file mode 100644 index 0458ec905b99..000000000000 --- a/ext/civigrant/managed/OptionGroup_contact_view_options_OptionValue_CiviGrant.mgd.php +++ /dev/null @@ -1,31 +0,0 @@ - 'OptionGroup_contact_view_options_OptionValue_CiviGrant', - 'entity' => 'OptionValue', - 'cleanup' => 'unused', - 'update' => 'unmodified', - 'params' => [ - 'version' => 4, - 'values' => [ - 'option_group_id.name' => 'contact_view_options', - 'label' => 'Grants', - 'value' => '11', - 'name' => 'CiviGrant', - 'grouping' => NULL, - 'filter' => 0, - 'is_default' => FALSE, - 'weight' => 11, - 'description' => NULL, - 'is_optgroup' => FALSE, - 'is_reserved' => FALSE, - 'is_active' => TRUE, - 'icon' => NULL, - 'color' => NULL, - 'component_id' => NULL, - 'domain_id' => NULL, - 'visibility_id' => NULL, - ], - ], - ], -]; diff --git a/settings/Core.setting.php b/settings/Core.setting.php index f3079b296c55..4992ef8c90ea 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -28,7 +28,7 @@ 'pseudoconstant' => [ 'optionGroupName' => 'contact_view_options', ], - 'default' => '123456789101113', + 'default' => '1234567891013', 'add' => '4.1', 'title' => ts('Viewing Contacts'), 'is_domain' => '1',