You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-1.8.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,4 +86,5 @@
86
86
1. Service alias `Sylius\Component\Channel\Context\ChannelContextInterface` was changed from `sylius.context.channel.composite` to `sylius.context.channel`.
87
87
The later is being decorated by `sylius.context.channel.cached` which caches the channel per request and reduces the amount of database queries.
88
88
89
-
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.
89
+
1. A serialization group has been added to the route `sylius_admin_ajax_product_index` to avoid an infinite loop, or a
90
+
time out during this ajax request (previously no serialization group was defined on this route).
0 commit comments