From b3cc1d23415f65c8b23259335f48c076ff5df545 Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@delocalizedham.com>
Date: Wed, 18 Sep 2024 18:01:09 -0400
Subject: [PATCH] Issue #3473979: Remove help text with old URL

---
 ...alorg_projects.features.field_instance.inc | 19 ++++++++++---------
 .../drupalorg_projects.info                   |  2 +-
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc b/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc
index 38bcac667..739e50ce0 100644
--- a/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc
+++ b/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc
@@ -1842,7 +1842,7 @@ function drupalorg_projects_field_default_field_instances() {
   // Exported field_instance: 'node-project_core-taxonomy_vocabulary_44'.
   $field_instances['node-project_core-taxonomy_vocabulary_44'] = array(
     'bundle' => 'project_core',
-    'default_value' => NULL,
+    'default_value' => array(),
     'deleted' => 0,
     'description' => '',
     'display' => array(
@@ -1900,7 +1900,7 @@ function drupalorg_projects_field_default_field_instances() {
     'widget' => array(
       'module' => 'options',
       'settings' => array(),
-      'type' => 'options_select',
+      'type' => 'options_buttons',
       'weight' => -4,
     ),
   );
@@ -1910,7 +1910,7 @@ function drupalorg_projects_field_default_field_instances() {
     'bundle' => 'project_core',
     'default_value' => NULL,
     'deleted' => 0,
-    'description' => 'For definitions of maintenance and development statuses, see <a href="http://drupal.org/node/314492">Maintenance of your project</a>.',
+    'description' => '',
     'display' => array(
       'default' => array(
         'label' => 'above',
@@ -1964,9 +1964,10 @@ function drupalorg_projects_field_default_field_instances() {
       'user_register_form' => FALSE,
     ),
     'widget' => array(
+      'active' => 1,
       'module' => 'options',
       'settings' => array(),
-      'type' => 'options_select',
+      'type' => 'options_buttons',
       'weight' => -3,
     ),
   );
@@ -16198,7 +16199,7 @@ You may continue to put additional information below here, if there are other th
   // Exported field_instance: 'node-project_translation-taxonomy_vocabulary_44'.
   $field_instances['node-project_translation-taxonomy_vocabulary_44'] = array(
     'bundle' => 'project_translation',
-    'default_value' => NULL,
+    'default_value' => array(),
     'deleted' => 0,
     'description' => '',
     'display' => array(
@@ -16256,7 +16257,7 @@ You may continue to put additional information below here, if there are other th
     'widget' => array(
       'module' => 'options',
       'settings' => array(),
-      'type' => 'options_select',
+      'type' => 'options_buttons',
       'weight' => -4,
     ),
   );
@@ -16266,7 +16267,7 @@ You may continue to put additional information below here, if there are other th
     'bundle' => 'project_translation',
     'default_value' => NULL,
     'deleted' => 0,
-    'description' => 'For definitions of maintenance and development statuses, see <a href="http://drupal.org/node/314492">Maintenance of your project</a>.',
+    'description' => '',
     'display' => array(
       'default' => array(
         'label' => 'above',
@@ -16320,9 +16321,10 @@ You may continue to put additional information below here, if there are other th
       'user_register_form' => FALSE,
     ),
     'widget' => array(
+      'active' => 1,
       'module' => 'options',
       'settings' => array(),
-      'type' => 'options_select',
+      'type' => 'options_buttons',
       'weight' => -3,
     ),
   );
@@ -16386,7 +16388,6 @@ You may continue to put additional information below here, if there are other th
   t('Enable issue tracker');
   t('Enter a description of this release, such as a list of the major changes or updates.');
   t('File attachments');
-  t('For definitions of maintenance and development statuses, see <a href="http://drupal.org/node/314492">Maintenance of your project</a>.');
   t('Has project releases');
   t('Home page');
   t('How is this release built? Can be either \'Static\' if the files associated with it are built once and remain unchanged (e.g. an official release from a tag), or \'Dynamic\' if the files are regularly rebuilt and updated (e.g. a development snapshot rebuilt from the end of a branch).');
diff --git a/features/drupalorg_projects/drupalorg_projects.info b/features/drupalorg_projects/drupalorg_projects.info
index cbbbfc004..89d4ecae1 100644
--- a/features/drupalorg_projects/drupalorg_projects.info
+++ b/features/drupalorg_projects/drupalorg_projects.info
@@ -29,7 +29,7 @@ dependencies[] = taxonomy
 dependencies[] = text
 dependencies[] = views
 dependencies[] = views_content
-datestamp = 1717448605
+datestamp = 1726610879
 features[ctools][] = field_group:field_group:1
 features[ctools][] = panelizer:panelizer:1
 features[ctools][] = strongarm:strongarm:1
-- 
GitLab