Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Apr 2012 at 18:08 UTC
Updated:
17 May 2012 at 07:20 UTC
This is a very big difference with Field Validation 2.x in that it uses cTools to handle storing and exporting rules. Right now, Clientside Validation lets you enable support for Field Validation and errors out.
Comments
Comment #1
attiks commentedJelle_S added this today to make sure you're using Field Validation 1.x, for the moment we don't support Field Validation 2.x
Comment #2
pianomansam commentedThanks attiks! Any chance this could be added to the project page so no one repeats my mistake in trying to thinking it will work with Field Validation 2.x?
Comment #3
attiks commentedProject page updated
Comment #4
attiks commentedComment #5
jelle_sAdded to the dev version. Right now both Field Validation 1.x and 2.x are supported. 1.x will probably get deprecated somewhere in the future, but not for now.
Comment #6
g089h515r806 commentedJelle_S,
Maybe there is a bug in your dev code:
need change them to:
$rule['settings']['min'] = isset($rule['settings']['min']) ? $rule['settings']['min'] : '';
Comment #7
attiks commentedComment #8
jelle_sOops, sorry, you're right, fixed in dev