Closed (fixed)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2012 at 17:13 UTC
Updated:
21 Mar 2012 at 08:00 UTC
Jump to comment: Most recent file
We've been getting into trouble in webform_entity module land in reliably saving our bundle data when an error occurs. If webform.submissions.inc relied on drupal_write_record we'd be much better off. It's also more compact.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_write_submission_record-d6.patch | 1.85 KB | quicksketch |
| webform.patch | 2.19 KB | jody lynn |
Comments
Comment #1
quicksketchLooks like a great idea to me. We can also backport this to Drupal 6 to increase consistency between the 3.x branches.
Comment #2
quicksketchThis is a great patch. Here's the D6 backport. Tested and everything works great. Committed to both 3.x branches.