/admin/commerce/orders/list

For some reason only the default "administrator" role can view orders.

Even when I set all order permissions the same as the administrator, the custom role can access the /admin/commerce/orders/list page but the message: "No orders have been created yet." appears

Am I missing a permission somewhere?

CommentFileSizeAuthor
Snap 2014-04-15 at 12.42.25.png101.39 KBthim
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rszrama’s picture

Category: Bug report » Support request
Status: Active » Closed (won't fix)

I'm guessing you've added some sort of relationship to the View and it's trying to run access control on the joined entities. Perhaps disable query rewriting for the View?

david.a.king’s picture

I had the same issue which was solved by disabling SQL rewriting in advanced as suggested above - As far as i could tell this was an issue which came with the update to v1.9 though i updated other modules at the same time.