fixed article migrate date changed bug

This commit is contained in:
Bachir Soussi Chiadmi 2021-02-22 13:45:47 +01:00
parent 55cf7c4749
commit 794da363c5
3 changed files with 6 additions and 8 deletions

View File

@ -31,8 +31,6 @@ process:
langcode: language
content_translation_source: source
title: title
created: created
changed: changed
body:
plugin: iterator
source: body

View File

@ -31,8 +31,8 @@ process:
langcode: language
content_translation_source: source
title: title
created: created
changed: changed
# created: created
# changed: changed
body:
plugin: iterator
source: body

View File

@ -34,8 +34,8 @@ class D7NodeBreveI18n extends FieldableEntity {
'type',
'promote',
'sticky',
'created',
'changed',
// 'created',
// 'changed',
])
->fields('nr', [
'log',
@ -98,8 +98,8 @@ class D7NodeBreveI18n extends FieldableEntity {
'source' => $this->t('Node translation source language'),
'uid' => $this->t('Node translation authored by (uid)'),
'status' => $this->t('Published'),
'created' => $this->t('Created timestamp'),
'changed' => $this->t('Modified timestamp'),
// 'created' => $this->t('Created timestamp'),
// 'changed' => $this->t('Modified timestamp'),
'title' => $this->t('Node title'),
'type' => $this->t('Node type'),
'promote' => $this->t('Promoted to front page'),