Skip to content

Commit

Permalink
exclude 'o_id' from import data
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmit-tanel-paaro committed Nov 15, 2023
1 parent a94d4c8 commit 7e8df12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataDefinitionsBundle/Importer/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ private function setObjectValue(
throw new InvalidArgumentException('Type has to be used with ObjectType Setter!');
}

$shouldSetField = true;
$shouldSetField = 'o_id' !== $map->getFromColumn();

if ($runner instanceof SetterRunnerInterface) {
if ($runner instanceof LoggerAwareInterface) {
Expand Down

0 comments on commit 7e8df12

Please sign in to comment.