Closed (fixed)
Project:
Webform
Version:
7.x-4.0-alpha2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Jun 2012 at 14:18 UTC
Updated:
22 Jun 2012 at 00:41 UTC
Jump to comment: Most recent file
I have a private field for our own use.
What we need is to be able to change the private fiels and leaving all other values as they are.
At the moment when we click the edit link on any submission all values are empty.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | webform_edit_values.patch | 1.08 KB | quicksketch |
Comments
Comment #1
vipconsult commented.
Comment #2
quicksketchThanks, I've confirmed this problem. Considering it may cause data loss if a user saves the submission, this is a critical issue.
Comment #3
quicksketchOur code for editing an existing submission was not properly using the passed in $submission variable to set the defaults of the fields, resulting in a blank form when editing submissions. This patch corrects this behavior and has been committed to the 4.x branch. Thanks for the report!