Skip to content

Commit

Permalink
BUGFIX: DimensionsImporter does not use getPropertiesFromDataProvider…
Browse files Browse the repository at this point in the history
…Payload
  • Loading branch information
dfeyer committed Aug 5, 2017
1 parent e206ac6 commit 9dfc333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Importer/AbstractImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public function processRecord(NodeTemplate $nodeTemplate, array $data)
$this->registerNodeProcessing($node, $externalIdentifier);
}

$this->dimensionsImporter->process($node, $data, $this->currentEvent);
$this->dimensionsImporter->process($node, $this->getPropertiesFromDataProviderPayload($data), $this->currentEvent);

return $node;
}
Expand Down

0 comments on commit 9dfc333

Please sign in to comment.