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
Hi, Sorry that may be my bad english :S
You need to set up a role that has only "display stock permission" and "display product". He should not be able to manage neither stock nor product.
Let me know if you have any more questions
Steps to reproduce
StockDisplay
andProductDisplay
), s withoutmanage
access.Expected behavior
Actual behavior
System configuration
Solidus Version: 2.2.1
So basically, that's a matter of hiding the edit icon when user has no stock management permission.
files to look at:
solidus_backend-2.2.1/app/views/spree/admin/stock_items/_stock_management.html.erb
solidus_backend-2.2.1/app/assets/javascripts/spree/backend/stock_management/index_update_forms.coffee
If this is a valid bug, I could submit a PR.
The text was updated successfully, but these errors were encountered: