I'm trying to give a user role permission to change the status of orders. They can edit the orders, but they don't see the Order Status vertical tab at the bottom of the edit form. I've looked through the list of permissions and can't tell which is responsible for that. I tried to untangle the spaghetti that is commerce_order_ui.module, but I can't find the code that actually produces the order editing form, let alone the Order Status part of the form -- every function seems to call something else. Any guidance would be appreciated. Thanks!

Comments

rszrama’s picture

Status: Active » Fixed

There shouldn't be any other permission required other then permission to edit the order. If they can see the order edit form, they should be able to change the order status. If you look at the code in commerce_order.forms.inc, you'll see that there aren't any special access rules applied to the order status vertical tab / form element. Perhaps some other module on your site is altering it?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.