vinsol-spree-contrib/spree_admin_roles_and_access

permitted users to update product price can't do that

Opened this issue · 3 comments

i've created a role and gave it permissions to mange products & to update price, but users can only mange products but can't update product price.

@AhmedAliIbrahim

Price, SKU, size, weight, etc. are all delegated to the master variant (Spree::Variant).
Please ensure that you have allowed permissions on appropriate model / controller level.

@Anuragjain89 How can i do that ?!

mma7 commented

@AhmedAliIbrahim add can manage spree/variants to Product Management