-
-
Notifications
You must be signed in to change notification settings - Fork 241
Filter handler #81
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
Filter handler #81
Conversation
|
Tests need to be added for this new config, which will also show you that you forgot to update the XSD for people using XML config files |
|
@stof Okay, I'll take care of that |
… schema for config, fixed level list interpretation
|
@stof How is it now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a missing fixXmlConfig() on the parent node to convert the XML tags to an array.
and I would rather name it accepted_levels (with the XML tag being accepted-level) than level_list. It is easier to understand IMO (and easier to convert to XML with a singular name when using a plural for the list)
|
@stof Okay, I think I've addressed all those issues now. |
|
Looks good to me but I'll let @stof check one last time & merge if ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change use to used (same below)
|
@xabbuh Okay, got it. |
No description provided.