Skip to content

Commit

Permalink
IBX-3116: Made Section identifier nonconvertible (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Jul 19, 2022
1 parent 53d076b commit 439ae14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function mapFields(Content $content)
new Field(
'content_section_identifier',
$section->identifier,
new FieldType\IdentifierField()
new FieldType\IdentifierField(['raw' => true])
),
new Field(
'content_section_name',
Expand Down

0 comments on commit 439ae14

Please sign in to comment.