Closed (fixed)
Project:
Webform Entity
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2011 at 20:46 UTC
Updated:
27 Oct 2011 at 21:30 UTC
Jump to comment: Most recent file
When creating a webform field on a new node that has none yet, a field already is displayed called "hidden". After adding a new field this will throw an error that may cause you to have to recreate your new field's configuration.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | stop_errors_on_webform_fields_1280844-3.patch | 662 bytes | lliss |
| #1 | stop_errors_on_webform_fields_1280844.patch | 2.34 KB | lliss |
Comments
Comment #1
lliss commentedA patch is attached.
Comment #2
tizzo commentedThis:
could fail if this node is being loaded outside the context of the main node view page. Why is this necessary here?
Comment #3
lliss commentedThis is still causing trouble when a node is loaded via code, this ought to fix the problem.
Comment #4
lliss commentedComment #5
tizzo commentedComitted thanks!