Magestore / Bannerslider-Magento2

Banner Slider Extension on Magento 2 - best way to capture the eyes of visitors!
http://www.magestore.com/banner-slider-on-magento2.html/
82 stars 100 forks source link

[FIX] Magestore_Bannerslider: Support Multiple sliders #97

Closed tedsalmon closed 5 years ago

tedsalmon commented 6 years ago

After moving away from the Banner/CollectionFactory pattern in v1.7.0 to a global singleton, a bug was introduced where using more than one slider per page would return the same banner for all sliders. This PR re-introduces the collection factory so that each slider is it's own singleton.