Skip to content

Commit

Permalink
allow 'o_id' system field to be mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmit-tanel-paaro committed Nov 15, 2023
1 parent 1a9e788 commit a94d4c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataDefinitionsBundle/Service/FieldSelection.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function getClassDefinition(DataObject\ClassDefinition $class): array
$fields = $class->getFieldDefinitions();

$systemColumns = [
'o_id',
'o_published',
'o_key',
'o_parentId',
Expand Down

0 comments on commit a94d4c8

Please sign in to comment.