Skip to content

Fixed a javascript error: validator undefined #512

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

Closed
wants to merge 1 commit into from

Conversation

th3uiguy
Copy link

For some reason the static rules function is being called on a form that the validator was never bound to. This extra check will at least suppress this error until someone can figure out why this function is being called referencing a form that was never associated with the validator.

For some reason the static rules function is being called on a form that the validator was never bound to. This extra check will at least suppress this error until someone can figure out why this function is being called referencing a form that was never associated with the validator.
@jzaefferer
Copy link
Collaborator

Thanks for the contribution, but this is not the way to go. Can you provide a testpage to reproduce the problem? If so, please create a ticket for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants