From a317aac96948aba2f21aac53cd34ec68960b3a4f Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@delocalizedham.com>
Date: Mon, 6 Jan 2025 18:34:38 +0000
Subject: [PATCH] Issue #3497676: Update field description to be more accurate
 currently

---
 .../drupalorg_projects.features.field_instance.inc   | 12 +++---------
 features/drupalorg_projects/drupalorg_projects.info  |  2 +-
 2 files changed, 4 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 f2ba2fa61..02c53e382 100644
--- a/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc
+++ b/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc
@@ -9845,14 +9845,9 @@ You may continue to put additional information below here, if there are other th
   // Exported field_instance: 'node-project_release-field_release_category'.
   $field_instances['node-project_release-field_release_category'] = array(
     'bundle' => 'project_release',
-    'default_value' => array(
-      0 => array(
-        'value' => 'current',
-      ),
-    ),
+    'default_value' => NULL,
     'deleted' => 0,
-    'description' => 'Many subsystems on drupal.org (PIFT/packages.drupal.org/issues) rely on being able to alter behavior based on the type of release it is handling. Formerly, we relied on api_tid and compared it against the major version. Now we have situations where there is no api_tid to handle both 8 and 9 types of releases.
-',
+    'description' => 'Many subsystems, like packaging, rely on being able to alter behavior based on the type of release it is handling. Formerly, we relied on api_tid and compared it against the core major version. There is no api_tid for releases compatible with Drupal 8 and later, which are “current” in this field.',
     'display' => array(
       'default' => array(
         'label' => 'hidden',
@@ -16464,8 +16459,7 @@ You may continue to put additional information below here, if there are other th
   t('License');
   t('Machine-readable name for the project. Only letters, numbers, and underscores are allowed. <em>Can not be changed</em> once the project is created.');
   t('Maintenance status');
-  t('Many subsystems on drupal.org (PIFT/packages.drupal.org/issues) rely on being able to alter behavior based on the type of release it is handling. Formerly, we relied on api_tid and compared it against the major version. Now we have situations where there is no api_tid to handle both 8 and 9 types of releases.
-');
+  t('Many subsystems, like packaging, rely on being able to alter behavior based on the type of release it is handling. Formerly, we relied on api_tid and compared it against the core major version. There is no api_tid for releases compatible with Drupal 8 and later, which are “current” in this field.');
   t('Module categories');
   t('Organization');
   t('Packaged Git sha1');
diff --git a/features/drupalorg_projects/drupalorg_projects.info b/features/drupalorg_projects/drupalorg_projects.info
index de2eb2477..b1b007f87 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 = 1726610879
+datestamp = 1735932858
 features[ctools][] = field_group:field_group:1
 features[ctools][] = panelizer:panelizer:1
 features[ctools][] = strongarm:strongarm:1
-- 
GitLab