Closed (fixed)
Project:
Form Builder
Version:
7.x-1.x-dev
Component:
Webform Itegration
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2011 at 19:33 UTC
Updated:
13 May 2011 at 22:31 UTC
Since #1025706: Missing red asterisk was committed to Webform, the file component integration in Form Builder no longer works correctly. You can create webforms that have file components, but if you go back and edit them in the form builder interface, the file components disappear and are destroyed completely if you save it.
This is because the form builder integration code was relying on some custom webform element properties that are no longer there after that patch was committed.
The attached patch fixes the file component integration so it works again, and also cleans it up so it's a bit simpler.
| Comment | File | Size | Author |
|---|---|---|---|
| form-builder-fix-webform-files.patch | 3.31 KB | David_Rothstein |
Comments
Comment #1
quicksketchThanks committed.