Skip to content
Snippets Groups Projects
Commit e671b542 authored by catch's avatar catch
Browse files

Issue #3371869 by quietone: Fix dependencies of taxonomy term translation migrations

(cherry picked from commit 04900c3c)
parent 4dee9b3a
No related branches found
No related tags found
16 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest,!6720Revert "Issue #3358581 by pfrenssen, _tarik_, a.dmitriiev, smustgrave:...,!6560Update ClaroPreRender.php, confirming classes provided are in array format,!6528Issue #3414261 by catch: Add authenticated user umami performance tests,!6501Issue #3263668 by omkar-pd, Wim Leers, hooroomoo: Re-enable inline form errors...,!6354Draft: Issue #3380392 by phma: Updating language weight from the overview reverts label if translated,!6324Issue #3416723 by Ludo.R: Provide a "node type" views default argument,!6119Issue #3405704 by Spokje, longwave: symfony/psr-http-message-bridge major version bump,!5950Issue #3403653 by alexpott, longwave: Incorporate improvements to how contrib runs PHPStan to core
Pipeline #67039 passed
Pipeline: drupal

#67041

    ......@@ -29,3 +29,5 @@ migration_dependencies:
    - language
    - d7_entity_translation_settings
    - d7_taxonomy_term
    optional:
    - d7_language_content_taxonomy_vocabulary_settings
    ......@@ -45,3 +45,5 @@ migration_dependencies:
    required:
    - language
    - d7_taxonomy_term
    optional:
    - d7_language_content_taxonomy_vocabulary_settings
    ......@@ -42,3 +42,5 @@ migration_dependencies:
    required:
    - language
    - d7_taxonomy_term
    optional:
    - d7_language_content_taxonomy_vocabulary_settings
    ......@@ -18,6 +18,22 @@ process:
    -
    plugin: skip_on_empty
    method: row
    _skip:
    -
    plugin: concat
    source:
    - 'constants/target_type'
    - '@target_bundle'
    delimiter: .
    -
    plugin: migration_lookup
    migration: d7_entity_translation_settings
    -
    plugin: callback
    callable: is_null
    -
    plugin: skip_on_empty
    method: row
    # State is the value in the i18n_mode column of taxonomy_vocabulary table
    # 0: No multilingual options.
    # 1: Localize. Localizable object. Run through the localization system
    ......@@ -54,3 +70,6 @@ migration_dependencies:
    required:
    - language
    - d7_taxonomy_vocabulary
    optional:
    - d7_language_content_settings
    - d7_entity_translation_settings
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment