Reputation: 11
I want to be able to restrict the access of admin users to edit a sales order(Sales->Orders->View) when is already being edited. Similar how wordpress handles it when editing a post. is there a way to achieve this functionality within magento?
Upvotes: 1
Views: 629
Reputation: 114
For that create a new role without view permission and assign it to a user.
Options
System->Permissions->Roles
System->Permissions->Users
Upvotes: 1