Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Checkout
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
24 Jun 2016 at 12:51 UTC
Updated:
11 Jul 2016 at 14:24 UTC
Jump to comment: Most recent
Comments
Comment #2
harings_rob commentedPR: https://github.com/drupalcommerce/commerce/pull/424
Comment #3
bojanz commentedThe tests are great. Investigating why the order of the checks matters.
EDIT: Found it, we weren't assigning the result of $access->andIf() back to access, so the owner check was never returned.
Comment #5
bojanz commentedBoom :)