Add old behaviour

This commit is contained in:
Francis Hilaire 2020-05-11 15:54:11 +02:00
parent c400b69d1b
commit 560bf13e27

View file

@ -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).