Skip to content
Snippets Groups Projects
Commit c5f503af authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #3388668: Remove taxonomyextra field which causes Features to detect a...

Issue #3388668: Remove taxonomyextra field which causes Features to detect a dependency on the license allowlist for old distribution packaging
parent 030d080c
Branches
No related tags found
2 merge requests!312Issue # 3494493: Documentation: Document Maintainer Widget,!299Remove heroes from components field. Update CTA section and add variants.
......@@ -38,104 +38,5 @@ function drupalorg_forum_field_default_field_bases() {
'type' => 'taxonomy_term_reference',
);
// Exported field_base: 'taxonomyextra'.
$field_bases['taxonomyextra'] = array(
'active' => 1,
'cardinality' => -1,
'deleted' => 0,
'entity_types' => array(),
'field_name' => 'taxonomyextra',
'indexes' => array(
'tid' => array(
0 => 'tid',
),
),
'locked' => 0,
'module' => 'taxonomy',
'settings' => array(
'allowed_values' => array(
0 => array(
'vocabulary' => 'vocabulary_1',
'parent' => 0,
),
1 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_5',
),
2 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_38',
),
3 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_54',
),
4 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_56',
),
5 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_6',
),
6 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_44',
),
7 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_46',
),
8 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_3',
),
9 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_48',
),
10 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_50',
),
11 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_60',
),
12 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_62',
),
13 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_58',
),
14 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_52',
),
15 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_7',
),
16 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_2',
),
17 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_31',
),
19 => array(
'parent' => 0,
'vocabulary' => 'vocabulary_9',
),
),
'required' => FALSE,
),
'translatable' => 0,
'type' => 'taxonomy_term_reference',
);
return $field_bases;
}
......@@ -235,70 +235,6 @@ function drupalorg_forum_field_default_field_instances() {
),
);
// Exported field_instance: 'node-forum-taxonomyextra'.
$field_instances['node-forum-taxonomyextra'] = array(
'bundle' => 'forum',
'default_value' => NULL,
'deleted' => 0,
'description' => 'Debris left over after upgrade from Drupal 6',
'display' => array(
'default' => array(
'label' => 'above',
'module' => 'taxonomy',
'settings' => array(),
'type' => 'taxonomy_term_reference_link',
'weight' => 10,
),
'issuemetadata' => array(
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 0,
),
'map_teaser' => array(
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 0,
),
'nodechanges' => array(
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 0,
),
'related_content' => array(
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 0,
),
'teaser' => array(
'label' => 'above',
'module' => 'taxonomy',
'settings' => array(),
'type' => 'taxonomy_term_reference_link',
'weight' => 10,
),
),
'entity_type' => 'node',
'field_name' => 'taxonomyextra',
'label' => 'Taxonomy upgrade extras',
'required' => FALSE,
'settings' => array(
'user_register_form' => FALSE,
),
'widget' => array(
'module' => 'taxonomy',
'settings' => array(
'autocomplete_path' => 'taxonomy/autocomplete',
'size' => 60,
),
'type' => 'taxonomy_autocomplete',
'weight' => 2,
),
);
// Exported field_instance: 'node-forum-upload'.
$field_instances['node-forum-upload'] = array(
'bundle' => 'forum',
......@@ -384,11 +320,9 @@ function drupalorg_forum_field_default_field_instances() {
t('Body');
t('Choose the Drupal version(s) which best applies to your post.');
t('Comment');
t('Debris left over after upgrade from Drupal 6');
t('Drupal version');
t('File attachments');
t('Forums');
t('Taxonomy upgrade extras');
return $field_instances;
}
......@@ -21,18 +21,16 @@ dependencies[] = taxonomy
dependencies[] = text
dependencies[] = views
dependencies[] = views_content
datestamp = 1701456732
datestamp = 1702664116
features[ctools][] = captcha:captcha:1
features[ctools][] = strongarm:strongarm:1
features[ctools][] = views:views_default:3.0
features[features_api][] = api:2
features[field_base][] = taxonomy_forums
features[field_base][] = taxonomyextra
features[field_instance][] = comment-comment_node_forum-comment_body
features[field_instance][] = node-forum-body
features[field_instance][] = node-forum-taxonomy_forums
features[field_instance][] = node-forum-taxonomy_vocabulary_5
features[field_instance][] = node-forum-taxonomyextra
features[field_instance][] = node-forum-upload
features[taxonomy][] = vocabulary_1
features[taxonomy][] = vocabulary_2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment