Skip to content

Commit

Permalink
IBX-7935: Fixed data option not being passed to struct
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed May 28, 2024
1 parent 09edc0e commit 3f77e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Form/Type/Content/BaseContentType.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public function configureOptions(OptionsResolver $resolver)
?? $options['userCreateStruct']
?? $options['contentUpdateStruct']
?? $options['contentCreateStruct']
?? $options['data']
?? null;
})
->setDefaults([
Expand Down

0 comments on commit 3f77e4a

Please sign in to comment.