Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.2
Component:
Order
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2012 at 18:13 UTC
Updated:
14 Apr 2012 at 19:41 UTC
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
Comment #1
rszrama commentedThere 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?