I am using Builder plugin to create plugins and did field validations in my model in one of my plugins which works fine.
Let\'s say I have a validation something like t
Thanks for this help !!!
Beware : don't let the line
public $throwOnValidation = false;
without the beforeValidate() function, otherwise your validation won't work. I spent 2 weeks on it...