You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spree_globalize gem gives the option to translate model in the admin panel such as products, taxonomies etc.
However, setting can-manage-spree/products doesn't grant permission for managing translation for Spree::Product::Translation and user will get Authorization Failure whenever they try to access that option.
I have also tried can-manage-spree/product/translation to no anvil. Is there any way to grant permission using the pattern in the documentation?
The text was updated successfully, but these errors were encountered:
@tomsoup Try logging the record in base_controller_decorator here. It should give an idea of what the pattern of permission should be. Also did you provide the can-admin-spree/product/translation permission to the user.
The spree_globalize gem gives the option to translate model in the admin panel such as products, taxonomies etc.
However, setting
can-manage-spree/products
doesn't grant permission for managing translation for Spree::Product::Translation and user will get Authorization Failure whenever they try to access that option.I have also tried
can-manage-spree/product/translation
to no anvil. Is there any way to grant permission using the pattern in the documentation?The text was updated successfully, but these errors were encountered: