I have a rule set up to disable a checkout pane when the pane is being processed under certain conditions. The regular expression to invoke the rule event only checks for the presence of checkout or cart anywhere in the request uri, and therefore runs on admin/commerce/config/checkout disabling the pane I just enabled.

Attached patch checks that checkout or cart is the first argument in the url.

Comments

mstrelan’s picture

Status: Active » Needs review
MarcElbichon’s picture

Status: Needs review » Closed (fixed)

Commited to dev.
Thanks for your contribution.