Yoast / Yoast-SEO-for-Magento2

Yoast SEO for Magento 2
Other
70 stars 28 forks source link

Prevent the product object from leaking to other places #106

Closed michielgerritsen closed 1 year ago

michielgerritsen commented 5 years ago

Hi,

We bumped into a problem where the information set on the $this->imageBuilder instance leaked into different parts of the application, leading too hard to debug errors. In our case this caused that labels from the Amasty Label extension from the main product where shown on the related products. Changing the way the method was called solved this problem for us. We used Magento 2.3.1 when this error occurred.