fixed article migrate date changed bug
This commit is contained in:
parent
55cf7c4749
commit
794da363c5
|
@ -31,8 +31,6 @@ process:
|
||||||
langcode: language
|
langcode: language
|
||||||
content_translation_source: source
|
content_translation_source: source
|
||||||
title: title
|
title: title
|
||||||
created: created
|
|
||||||
changed: changed
|
|
||||||
body:
|
body:
|
||||||
plugin: iterator
|
plugin: iterator
|
||||||
source: body
|
source: body
|
||||||
|
|
|
@ -31,8 +31,8 @@ process:
|
||||||
langcode: language
|
langcode: language
|
||||||
content_translation_source: source
|
content_translation_source: source
|
||||||
title: title
|
title: title
|
||||||
created: created
|
# created: created
|
||||||
changed: changed
|
# changed: changed
|
||||||
body:
|
body:
|
||||||
plugin: iterator
|
plugin: iterator
|
||||||
source: body
|
source: body
|
||||||
|
|
|
@ -34,8 +34,8 @@ class D7NodeBreveI18n extends FieldableEntity {
|
||||||
'type',
|
'type',
|
||||||
'promote',
|
'promote',
|
||||||
'sticky',
|
'sticky',
|
||||||
'created',
|
// 'created',
|
||||||
'changed',
|
// 'changed',
|
||||||
])
|
])
|
||||||
->fields('nr', [
|
->fields('nr', [
|
||||||
'log',
|
'log',
|
||||||
|
@ -98,8 +98,8 @@ class D7NodeBreveI18n extends FieldableEntity {
|
||||||
'source' => $this->t('Node translation source language'),
|
'source' => $this->t('Node translation source language'),
|
||||||
'uid' => $this->t('Node translation authored by (uid)'),
|
'uid' => $this->t('Node translation authored by (uid)'),
|
||||||
'status' => $this->t('Published'),
|
'status' => $this->t('Published'),
|
||||||
'created' => $this->t('Created timestamp'),
|
// 'created' => $this->t('Created timestamp'),
|
||||||
'changed' => $this->t('Modified timestamp'),
|
// 'changed' => $this->t('Modified timestamp'),
|
||||||
'title' => $this->t('Node title'),
|
'title' => $this->t('Node title'),
|
||||||
'type' => $this->t('Node type'),
|
'type' => $this->t('Node type'),
|
||||||
'promote' => $this->t('Promoted to front page'),
|
'promote' => $this->t('Promoted to front page'),
|
||||||
|
|
Loading…
Reference in New Issue