Closed (fixed)
Project:
Commerce Product Bundle
Version:
7.x-1.0-alpha6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2013 at 11:51 UTC
Updated:
23 Sep 2013 at 01:21 UTC
I'm using the commerce_rules_extra module and make use of the rule commerce_rules_extra_node_from_line_item ('Get the referencing node from the line item').
Currently commerce_product_bundle module does not pass through line_item->data['context'] correctly, which causes the above mentioned rule to fail.
I've written a simple patch that corrects this oversight. See first comment.
Comments
Comment #1
timmarwick commentedActually, cancel this. Looks like it's been taken care of in the latest dev branch.