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

Custom conditions can't have multiple patterns #63

Closed
Snow-Pyon opened this issue Jun 4, 2018 · 0 comments
Closed

Custom conditions can't have multiple patterns #63

Snow-Pyon opened this issue Jun 4, 2018 · 0 comments
Assignees

Comments

@Snow-Pyon
Copy link

Describe the bug
As explained in the title, custom conditions are unable to use the patterns section.

Additional context
This is caused by not adding the section to the validator. You must have forgot it since the code to handle them is there.

dataTracker.getValidator()
.addSection("check", false)
.addSection("parse", true);

As you can see, the patterns section isn't there.

@btk5h btk5h added the type: bug label Jun 4, 2018
@btk5h btk5h self-assigned this Jun 4, 2018
@btk5h btk5h closed this as completed in eb0d82d Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants