Skip to content
Snippets Groups Projects
Commit b064f1c0 authored by Mike Ryan's avatar Mike Ryan
Browse files

Track D6 change to add node type in builder

parent 0caf4148
No related branches found
No related tags found
No related merge requests found
......@@ -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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment