CiviGrant - Remove non-functional setting for grants tab in `contact_view_options`
authorColeman Watts <coleman@civicrm.org>
Wed, 6 Apr 2022 01:02:09 +0000 (21:02 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 6 Apr 2022 01:04:32 +0000 (21:04 -0400)
Fixes dev/core#3159

The status of the tab can be controlled at a coarse level by disabling/enabling the CiviGrant extension,
and at a finer level with the Contact Layout Editor extension, making this option unnecessary.
Since it's broken, it seemed best to remove it.

ext/civigrant/managed/OptionGroup_contact_view_options_OptionValue_CiviGrant.mgd.php [deleted file]
settings/Core.setting.php

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 (file)
index 0458ec9..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-return [
-  [
-    'name' => '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,
-      ],
-    ],
-  ],
-];
index f3079b296c5525f4ee5dbe759b88fc09a3925153..4992ef8c90ea837b69dc88d4937c35b465f2042c 100644 (file)
@@ -28,7 +28,7 @@ return [
     'pseudoconstant' => [
       'optionGroupName' => 'contact_view_options',
     ],
-    'default' => '\ 11\ 12\ 13\ 14\ 15\ 16\ 17\ 18\ 19\ 110\ 111\ 113\ 1',
+    'default' => '\ 11\ 12\ 13\ 14\ 15\ 16\ 17\ 18\ 19\ 110\ 113\ 1',
     'add' => '4.1',
     'title' => ts('Viewing Contacts'),
     'is_domain' => '1',