Closed (fixed)
Project:
Conditional Fields
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2008 at 15:09 UTC
Updated:
18 Jan 2008 at 15:43 UTC
Typo :
Line 54 in conditional_fields.module needs to be :
'#default_value' => variable_get('c_fields_js_'. $type, TRUE),
instead of
'#default_value' => variable_get('c_fields_js_', $type)
(string concatenation)
This causes the checkbox comes back checked after form submission no matter what.
Currently evaluating the module, which might just come handy and just in time :-) Thx !
Comments
Comment #1
peterpoe commentedFixed, thanks!
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.