Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.40
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2012 at 05:52 UTC
Updated:
13 Aug 2014 at 12:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
attiks commentedFixed in latest dev version.
Comment #2
Anonymous (not verified) commentedIt happens still by "Integer" fields with version 1.30 and Drupal 7.12.
Error: "Notice: Undefined index: decimal_separator in clientside_validation_regular() (line 81 of ...\sites\all\modules\clientside_validation\clientside_validation_form\clientside_validation_form.module)."
Comment #3
attiks commentedIt is fixed in the dev version, but i'll create 7.x-1.31 in a sec
Comment #4
Anonymous (not verified) commentedThank you very much.
Comment #6
izus commentedHi,
i just upgraded to 1.40 version and i've got this error back
Notice: Undefined index: decimal_separator in clientside_validation_regular() (line 110 of drupal/sites/all/modules/clientside_validation/clientside_validation_form/clientside_validation_form.module).
Comment #7
izus commentedhi again,
here is a patch for it
Thanks
Comment #8
skaduSame issue for me when updating to 1.40, patch appears to solve the issue. Thanks izus.
Comment #9
izus commentedthis seems fixed in 7.1.41 version thanks to #2167345: Doesn't work with integer fields ranges