Commit c1933e73 authored by catch's avatar catch
Browse files

Issue #3239298 by alexpott, andypost, quietone, huzooka, daffie, longwave, Wim...

Issue #3239298 by alexpott, andypost, quietone, huzooka, daffie, longwave, Wim Leers, larowlan: Fix \Drupal\migrate\Plugin\migrate\destination\EntityConfigBase::updateEntity() so that config translation migrations can be rolled back
parent 84862bae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ process:
      - admin_theme
destination:
  plugin: entity:block
  translations: true
migration_dependencies:
  required:
    - d6_block
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ process:
destination:
  plugin: entity:taxonomy_vocabulary
  destination_module: config_translation
  translations: true
migration_dependencies:
  required:
    - d6_taxonomy_vocabulary
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ process:
      - admin_theme
destination:
  plugin: entity:block
  translations: true

migration_dependencies:
  required:
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ process:
  field_name: type
destination:
  plugin: entity:field_config
  translations: true
migration_dependencies:
  required:
    - language
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ process:
destination:
  plugin: entity:menu
  destination_module: config_translation
  translations: true
migration_dependencies:
  required:
    - language
Loading