Skip to content

Commit

Permalink
Fix #157
Browse files Browse the repository at this point in the history
EmbeddedList are no more mapped on entity property by default
  • Loading branch information
alterphp committed Aug 19, 2019
1 parent 1a85323 commit 7a10c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/Type/EasyAdminEmbeddedListType.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function configureOptions(OptionsResolver $resolver)
->setDefault('hidden_fields', [])
->setDefault('max_results', null)
->setDefault('sort', null)
->setDefault('mapped', false)
->setAllowedTypes('entity', ['null', 'string'])
->setAllowedTypes('filters', ['array'])
->setAllowedTypes('hidden_fields', ['array'])
Expand Down

0 comments on commit 7a10c62

Please sign in to comment.