title | issue |
---|---|
Resolve Template Inheritance only in renderView for Storefront |
NEXT-17275 |
- Changed
StorefrontController
to resolve template inheritance only inrenderView
. - Changed
StorefrontRenderEvent
inStorefrontController::renderStorefront
to only get the base template as view from v6.5.0.0.
If you use the StorefrontRenderEvent
you will get the original template as the view
parameter instead of the inheriting template from v6.5.0.0
Take this in account if your subscriber depends on the inheriting template currently.