Closed (fixed)
Project:
Form Builder
Version:
7.x-1.2
Component:
Webform Itegration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2012 at 05:09 UTC
Updated:
10 Oct 2012 at 05:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchThis bug was introduced in #1563710: Use node_save() directly to avoid conflicts with Entity Cache. Because we no longer save components individually as they are identified (we use node_save() instead all at once at the end), the CIDs cannot be retrieved from the database. Instead we should update the form cache as we assign CIDs to the components, so that subsequent children will be able to locate the parent CID. This patch provides this functionality.
Comment #2
quicksketchCompanion patch for D6.
Committed to both branches.