fixed breve->article i18n migration

This commit is contained in:
Bachir Soussi Chiadmi 2021-07-22 19:33:40 +02:00
parent e45a31aa43
commit 513bce8721
5 changed files with 8 additions and 14 deletions

View File

@ -15,9 +15,6 @@ label: 'Node Article'
source: source:
plugin: d7_node_breve plugin: d7_node_breve
node_type: breve node_type: breve
high_water_property:
name: changed
alias: 'n'
process: process:
type: type:
plugin: default_value plugin: default_value

View File

@ -16,9 +16,6 @@ source:
plugin: d7_node_breve_i18n plugin: d7_node_breve_i18n
node_type: breve node_type: breve
translations: true translations: true
high_water_property:
name: changed
alias: 'n'
process: process:
nid: nid:
plugin: migration_lookup plugin: migration_lookup

View File

@ -10,9 +10,9 @@ migration_tags:
source: source:
plugin: d7_node_breve plugin: d7_node_breve
node_type: breve node_type: breve
high_water_property: # high_water_property:
name: changed # name: changed
alias: n # alias: n
destination: destination:
plugin: entity:node plugin: entity:node

View File

@ -11,9 +11,9 @@ source:
plugin: d7_node_breve_i18n plugin: d7_node_breve_i18n
node_type: breve node_type: breve
translations: true translations: true
high_water_property: # high_water_property:
name: changed # name: changed
alias: n # alias: n
destination: destination:
plugin: entity:node plugin: entity:node

View File

@ -34,8 +34,8 @@ class D7NodeBreveI18n extends FieldableEntity {
'type', 'type',
'promote', 'promote',
'sticky', 'sticky',
// 'created', 'created',
// 'changed', 'changed',
]) ])
->fields('nr', [ ->fields('nr', [
'log', 'log',