Hello!
I have the problem with validation one rule.
In Validate Data action i set some rules on list Fields setup:
Many thanks for answer
I have the problem with validation one rule.
In Validate Data action i set some rules on list Fields setup:
text28/is_integer:{error:Error! wrong type of field value.} //it worksThe last rule gives the error " Call to undefined method G2\L\Validate::regExp[()". What wrong is? Or i can't use validation rules in this field?
med1/is_integer:{error:Error! wrong type of field value.} // it works
med2/is_integer:{error:Error! wrong type of field value.} // it works
med3/is_integer:{error:Error! wrong type of field value.} // it works
med4/is_integer:{error:Error! wrong type of field value.} // it works
curip/regExp[/([0-9]{1,3}[\.]){3}[0-9]{1,3}/]:{error:Error! wrong type of field value.} // i have error here
Many thanks for answer