-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validations Error Required False #142
Labels
Comments
I'll look into it. |
You made me stumble on another bug :) According to your error description, you have a pattern validation which is the one causing the error. I'm going to post a commit in a few moments. |
dresende
added a commit
that referenced
this issue
May 2, 2013
dresende
added a commit
that referenced
this issue
May 2, 2013
Please try the latest commit. |
Cool... thank you. |
Does it work for you now? |
Yes it work perfect. Thank You. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you setup a field with "required: false" the ORM still verify if (for example) the email patterns is correct and it doesn't save when the field is empty or undefined.
I dont know to solve it.
The text was updated successfully, but these errors were encountered: