Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable deprecated "form mapping" feature in SonataCoreBundle #9330

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions UPGRADE-1.2.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# UPGRADE FROM 1.1 to 1.2

* The deprecated form mapping feature in SonataCoreBundle has been disabled in the app configuration included from SyliusCoreBundle.
If you depend on the feature in your application, you will need to make the necessary changes. Refer to
https://github.com/sonata-project/SonataCoreBundle/pull/462 for more information.
5 changes: 5 additions & 0 deletions src/Sylius/Bundle/CoreBundle/Resources/config/app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,8 @@ sonata_block:
resources: ~
statistics: ~
taxon: ~

sonata_core:
form:
mapping:
enabled: false # https://github.com/sonata-project/SonataCoreBundle/pull/462