diff --git a/src/Plugin/migrate/builder/d5/Node.php b/src/Plugin/migrate/builder/d5/Node.php index 0fafb9c59b8cdfedf7d31cae643a6b45342cf97e..f1d1ea6e050635508526b4befea6a5349b476cd6 100644 --- a/src/Plugin/migrate/builder/d5/Node.php +++ b/src/Plugin/migrate/builder/d5/Node.php @@ -51,6 +51,7 @@ class Node extends CckBuilder { $node_type = $row->getSourceProperty('type'); $values = $template; $values['id'] = $template['id'] . '__' . $node_type; + $values['source']['node_type'] = $node_type; $migration = Migration::create($values); $fields = $this->getSourcePlugin('d5_field_instance', ['node_type' => $node_type] + $template['source']);