Closed (fixed)
Project:
Registration Commerce
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2015 at 14:35 UTC
Updated:
17 Dec 2015 at 11:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
roball commentedThe attached patch fixes the issue.
The function
registration_commerce_cart_registration_add()has a lot of its code copied from Commerce core'scommerce_cart_product_add()function. However, the two occurrences ofrules_invoke_all()have been missed out to be copied from the original module. This patch re-adds them to the proper places. I have tested the patched module to successfully invoke both hooks on the proper events.Comment #2
roball commentedComment #3
roball commentedJust wanted to note that my patch from #1 above also applies cleanly to the latest development snapshot (currently 7.x-1.0-beta1+14-dev from 2015-May-06).
Comment #5
gcbAdded in dev. Thanks for the patch!
Comment #6
roball commentedThank you! Maybe a good time for #2309871: Release 7.x-1.0-beta2 of Registration Commerce ?