migration node materiau: field_index, field_reference
This commit is contained in:
@@ -118,10 +118,9 @@ process:
|
||||
no_stub: true
|
||||
# there is no description field filled
|
||||
description: description
|
||||
|
||||
# field_famille: field_famille
|
||||
# field_index: field_identifiant
|
||||
# field_reference: field_reference_materio
|
||||
field_famille: field_famille
|
||||
field_index: field_identifiant
|
||||
field_reference: field_reference_materio
|
||||
|
||||
# just archives
|
||||
# : field_localisation
|
||||
|
@@ -147,6 +147,9 @@ class D7NodeMateriau extends FieldableEntity {
|
||||
}
|
||||
$row->setSourceProperty('linked_breves', $linked_breves);
|
||||
|
||||
// print_r($row->getSourceProperty('field_identifiant'));
|
||||
// print_r($row->getSourceProperty('field_reference_materio'));
|
||||
|
||||
|
||||
// Make sure we always have a translation set.
|
||||
if ($row->getSourceProperty('tnid') == 0) {
|
||||
|
Reference in New Issue
Block a user