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:
plugin: d7_node_breve
node_type: breve
high_water_property:
name: changed
alias: 'n'
process:
type:
plugin: default_value

View File

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

View File

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

View File

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

View File

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