Closed (fixed)
Project:
Commerce Deposit
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2017 at 14:03 UTC
Updated:
22 Mar 2019 at 14:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Strompf commentedCrash is caused in function commerce_deposit_form_commerce_cart_add_to_cart_form_submit() in calling entity_create('commerce_line_item', array())
Comment #3
darrylriHere's a patch that fixes the problem. It appears that commerce now removes the product from $form_state to clean up caching.
Comment #5
tyler.frankenstein commentedThank you @darrylri and @Strompf.