-
Notifications
You must be signed in to change notification settings - Fork 41
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
Validating uniqueness on a edit form broken #38
Comments
Hmm, sounds bad. I'll try and look into this. |
Thanks! |
I'm also experiencing this, any ideas on what might be causing this? I'd be happy to look into it and submit a PR. |
I ended up "fixing" this by storing the original value of the input in a variable and calling judge on the input if the I attempted to find where this would be caught inside |
When I attempt to update an existing record, the uniqueness validation for a field indicates the field
value already is taken. It is not taking into account that the record I am editing is the
one that has the existing value.
The text was updated successfully, but these errors were encountered: