Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 460 Bytes

2021-01-15-fix-adding-to-wishlist-does-not-work-when-changed-page-in-listing.md

File metadata and controls

7 lines (7 loc) · 460 Bytes
title issue
Adding to wishlist does not work when changed page in listing
NEXT-13132

Storefront

  • Changed methods renderResponse in Resources/app/storefront/src/plugin/listing/listing.plugin.js to added $emitter.publish with name Listing/afterRenderResponse.
  • Changed methods _registerEvents in Resources/app/storefront/src/plugin/header/wishlist-widget.plugin.js to added $emitter.subscribe with name Listing/afterRenderResponse.