Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 621 Bytes

2021-09-14-resolve-template-inheritance-only-in-renderview-for-storefront.md

File metadata and controls

12 lines (12 loc) · 621 Bytes
title issue
Resolve Template Inheritance only in renderView for Storefront
NEXT-17275

Storefront

  • Changed StorefrontController to resolve template inheritance only in renderView.
  • Changed StorefrontRenderEvent in StorefrontController::renderStorefront to only get the base template as view from v6.5.0.0.

Upgrade Information

StorefrontRenderEvent Changed

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.