Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Orders
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2015 at 20:05 UTC
Updated:
13 Dec 2015 at 22:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ayesh commentedAttaching a patch. It simply calls field_attach_delete on the order that is already loaded. I would be really grateful if you could review when you have some time.
Thanks.
Comment #4
longwaveYes, this makes perfect sense. We call all the other field_attach_* functions, except for this one.
Committed, with a fix to the indentation. Thanks for the patch!
This change is not needed in 8.x-4.x as the entity storage base class already takes care of deleting fields.
Comment #5
ayesh commentedGreat. Thanks a lot Dave :)