title | issue | author | author_email | author_github |
---|---|---|---|---|
Fix variables not defined in `buy_widget_reviews` if parent block is overwritten |
NEXT-22951 |
Daniel Galla |
DanieliMi |
- Deprecates the variables
remoteClickOptions
andreviewTabHref
for tag v6.5.0 - Sets the variables
remoteClickOptions
andreviewTabHref
in the scope ofbuy_widget_reviews
if not defined and therefore fixes the expected behavior of thebuy_widget_reviews
block if the parent block (buy_widget_data
) gets overwritten but originalbuy_widget_reviews
is used via{{ parent() }}
call