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

validateVisitGroupField missing to interate to next field for else case, which fault lead "Incorrect NumInGroup" #366

Open
gpmn opened this issue Mar 1, 2019 · 0 comments

Comments

@gpmn
Copy link

gpmn commented Mar 1, 2019

if childDefs[0].Required() {

missing a line like this:
fieldStack = fieldStack[1:]

fieldStack not iterated to it's next element, that's why quickfix raised such error "Incorrect NumInGroup count for repeating group"

this is the original:

#365

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

No branches or pull requests

1 participant