diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_1.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_1.yml index 88b2a2d..c386c23 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_1.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_1.yml @@ -11,6 +11,8 @@ migration_tags: migration_group: migrate_drupal_7_geo label: 'Taxonomy terms (Economic Sectors)' source: + constants: + vocabulary: topics plugin: d7_taxonomy_term bundle: vocabulary_1 process: @@ -18,7 +20,7 @@ process: - plugin: get source: tid - vid: 'topics' + vid: constants/vocabulary name: - plugin: get diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_10.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_10.yml index fa31030..945e50d 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_10.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_10.yml @@ -13,12 +13,14 @@ label: 'Taxonomy terms (Visions & Models)' source: plugin: d7_taxonomy_term bundle: vocabulary_10 + constants: + vocabulary: topics process: tid: - plugin: get source: tid - vid: 'topics' + vid: constants/vocabulary name: - plugin: get diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_12.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_12.yml index 5eef738..b61cdee 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_12.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_12.yml @@ -11,6 +11,8 @@ migration_tags: migration_group: migrate_drupal_7_geo label: 'Taxonomy terms (Movements & Struggles)' source: + constants: + vocabulary: topics plugin: d7_taxonomy_term bundle: vocabulary_12 process: @@ -18,7 +20,7 @@ process: - plugin: get source: tid - vid: 'topics' + vid: constants/vocabulary name: - plugin: get diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_13.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_13.yml index 77a7c9a..3b9076b 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_13.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_13.yml @@ -11,6 +11,8 @@ migration_tags: migration_group: migrate_drupal_7_geo label: 'Taxonomy terms (Practices, Tools & Strategies)' source: + constants: + vocabulary: topics plugin: d7_taxonomy_term bundle: vocabulary_13 process: @@ -18,7 +20,7 @@ process: - plugin: get source: tid - vid: 'topics' + vid: constants/vocabulary name: - plugin: get diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_2.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_2.yml index f6421a2..f64bbd8 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_2.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_2.yml @@ -11,6 +11,8 @@ migration_tags: migration_group: migrate_drupal_7_geo label: 'Taxonomy terms (Regions)' source: + constants: + vocabulary: topics plugin: d7_taxonomy_term bundle: vocabulary_2 process: @@ -18,7 +20,7 @@ process: - plugin: get source: tid - vid: 'topics' + vid: constants/vocabulary name: - plugin: get diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_3.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_3.yml index db9f326..fbb8046 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_3.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_3.yml @@ -11,6 +11,8 @@ migration_tags: migration_group: migrate_drupal_7_geo label: 'Taxonomy terms (Departments)' source: + constants: + vocabulary: article_type plugin: d7_taxonomy_term bundle: vocabulary_3 process: @@ -26,7 +28,7 @@ process: # - 50 # Is not going to be used anymore. - plugin: get - vid: 'article_type' + vid: constants/vocabulary name: - plugin: get diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_7.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_7.yml index 8e53aa7..8f3046b 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_7.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_term_vocabulary_7.yml @@ -11,6 +11,8 @@ migration_tags: migration_group: migrate_drupal_7_geo label: 'Taxonomy terms (Institutions & Structures)' source: + constants: + vocabulary: topics plugin: d7_taxonomy_term bundle: vocabulary_7 process: @@ -18,7 +20,7 @@ process: - plugin: get source: tid - vid: 'topics' + vid: constants/vocabulary name: - plugin: get diff --git a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_vocabulary.yml b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_vocabulary.yml index 4a450f9..155de1e 100644 --- a/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_vocabulary.yml +++ b/web/modules/custom/geo_upgrade/migrations/upgrade_d7_taxonomy_vocabulary.yml @@ -11,9 +11,11 @@ migration_tags: migration_group: migrate_drupal_7_geo label: 'Taxonomy vocabularies' source: + constants: + vocabulary: topics plugin: d7_taxonomy_vocabulary process: - vid: 'topics' + vid: constants/vocabulary name: - plugin: skip_on_value method: row