Skip to content
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

Form service amendment #244

Merged
merged 3 commits into from
Oct 11, 2018
Merged

Conversation

MaxGenash
Copy link
Contributor

No description provided.

@MaxGenash MaxGenash force-pushed the form_service_amendment branch from f8b3919 to 565eb76 Compare October 8, 2018 16:31
@MaxGenash MaxGenash force-pushed the form_service_amendment branch 2 times, most recently from 8c915f1 to d1e760f Compare October 10, 2018 08:41
Case: it was called validateForm and then while it hadn't finished it was called clearValidation(myField) and then several times called validateForm().
Result: the last called validateForm didn't return errors for myField though it should had because clearValidation should influence only old unfinished call of validateForm.
Bug reason: _pendingClearValidation wasn't cleared in old calls of _validateForm because ThrottleErrors interrupted those calls.
@MaxGenash MaxGenash force-pushed the form_service_amendment branch from d1e760f to b0cb769 Compare October 10, 2018 15:54
@Smert Smert merged commit b0cb769 into softindex:master Oct 11, 2018
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