Viewing user's list of orders (user/%/orders)
I have a role that needs access to the list of orders of a user. I have all permissions under 'Order' checked already, including 'View any order of any type'. Yes, the role can view an order (admin/commerce/orders/%) but it can't view the list of orders a user has (user/%/orders).
I don't want to give the role permission to "Bypass views access control" because I don't want the role to view all of the site's views.
Can't the role just access user/%/orders? Or do I have to create a similar view?
Comments
Thanks Alexander, this worked like a charm.