Closed (fixed)
Project:
Form Builder
Version:
7.x-1.x-dev
Component:
Webform Itegration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2012 at 08:51 UTC
Updated:
31 Aug 2012 at 19:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchAfter looking at #1405108: Add support for Webform's "unique" validation, which faces a similar problem, I realized that it would be a good idea to prefix these pseudo properties with "webform_" so that we don't conflict with real FAPI properties in the future. This patch makes #private into #webform_private to avoid this conflict. It will be dependent upon the matching Webform patch in #1730714: Allow "private" option to be editable in Form Builder.
Comment #2
fenstratLooks like this was committed to 6.x-1.x and 7.x-1.x.
Tested, and along with #1730714: Allow "private" option to be editable in Form Builder works well to enable the "private" option in form builder (as in it actually saves now).