fixed breve->article i18n migration
This commit is contained in:
parent
e45a31aa43
commit
513bce8721
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -34,8 +34,8 @@ class D7NodeBreveI18n extends FieldableEntity {
|
||||||
'type',
|
'type',
|
||||||
'promote',
|
'promote',
|
||||||
'sticky',
|
'sticky',
|
||||||
// 'created',
|
'created',
|
||||||
// 'changed',
|
'changed',
|
||||||
])
|
])
|
||||||
->fields('nr', [
|
->fields('nr', [
|
||||||
'log',
|
'log',
|
||||||
|
|
Loading…
Reference in New Issue