mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Merge branch '1.11' into 1.12
* 1.11: Updated UPGRADE-1.11.md to add a BC Break on channel pricing
This commit is contained in:
commit
64f878481c
1 changed files with 5 additions and 0 deletions
|
|
@ -177,6 +177,11 @@ stock form type extensions without you having to explicitly specify their priori
|
|||
default values, you might have to review priorities of your own form type extensions, as well as any that you have overridden.
|
||||
Please note that **unlike state machine callbacks**, form extension priorities are being executed in descending order.
|
||||
|
||||
#### Channel pricing view
|
||||
|
||||
All form fields are now hardcoded into the `AdminBundle/Resources/views/ProductVariant/Tab/_channelPricings.html.twig` view.
|
||||
If you have custom properties which were previously rendered automatically you now have to override this view in `templates/bundles/SyliusAdminBundle/ProductVariant/Tab/_channelPricings.html.twig`.
|
||||
|
||||
### API v2
|
||||
|
||||
For changes according to the API v2, please visit [API v2 upgrade file](UPGRADE-API-1.11.md).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue