Closed (fixed)
Project:
Webform Conditional (Same Page Conditionals)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2012 at 21:45 UTC
Updated:
15 Feb 2012 at 18:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
plachComment #2
plachBetter patch: JS settings should be set only on webform forms.
Comment #3
plachThe previous patch was incomplete: if the form is being rebuilt (e.g. during an ajax response) we also need to reset the previous JS settings, otherwise
array_merge_recursive()will turn string settings values into arrays, breaking everything on the client side.Comment #4
tedbow@plach, Thanks I have commited this to 7.x-1.x-dev