mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Add old behaviour
This commit is contained in:
parent
c400b69d1b
commit
560bf13e27
1 changed files with 2 additions and 1 deletions
|
|
@ -86,4 +86,5 @@
|
|||
1. Service alias `Sylius\Component\Channel\Context\ChannelContextInterface` was changed from `sylius.context.channel.composite` to `sylius.context.channel`.
|
||||
The later is being decorated by `sylius.context.channel.cached` which caches the channel per request and reduces the amount of database queries.
|
||||
|
||||
1. A `serialization_group` has been added to the route `sylius_admin_ajax_product_index` to avoid infinite loop or time out during this ajax request.
|
||||
1. A serialization group has been added to the route `sylius_admin_ajax_product_index` to avoid an infinite loop, or a
|
||||
time out during this ajax request (previously no serialization group was defined on this route).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue