spree-contrib / spree_related_products

Related products extension for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
149 stars 241 forks source link

Fix scoping issue in admin products_controller #136

Closed rhlrjv closed 7 years ago

rhlrjv commented 8 years ago

The products controller decorators scoping was not taking effect. Hence, the decorator was not being triggered.

We noticed this issue while visiting the admin products' related tab. The @relation_types instance variable was unset.

Fixes issue #127

damianlegawiec commented 7 years ago

Merged to master via https://github.com/spree-contrib/spree_related_products/pull/149 . Master branch supports Spree 3.1+