mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
| Q | A |-----------------|----- | Branch? | 2.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Related tickets | fixes #18718 | License | MIT ## Core feature `ChannelAndLocaleBasedExtension` now implements `QueryItemExtensionInterface` in addition to `QueryCollectionExtensionInterface`. `GET /shop/products/{code}` now returns 404 when the product is disabled or not available in the current channel/locale. Both collection and item queries share a private apply() method. Assert on context keys replaced with graceful early returns. |
||
|---|---|---|
| .. | ||
| Api | ||
| Checker/Eligibility | ||
| Controller | ||
| DataFixtures/ORM | ||
| EventListener | ||
| Fixture | ||
| Functional | ||
| Model | ||
| Modifier | ||
| Resources | ||
| Twig | ||