Closed rhlrjv closed 7 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
Merged to master via https://github.com/spree-contrib/spree_related_products/pull/149 . Master branch supports Spree 3.1+
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