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

Boolean parameters are not supported by FilterBase::getParam() #6

Closed
bgromov opened this issue Sep 3, 2013 · 0 comments
Closed

Boolean parameters are not supported by FilterBase::getParam() #6

bgromov opened this issue Sep 3, 2013 · 0 comments

Comments

@bgromov
Copy link
Contributor

bgromov commented Sep 3, 2013

Currently getParam() is not overloaded for boolean type parameters. At the same time string parameters cannot mimic that behavior since the parser (?) recognize it as boolean and getParam() returns false as if parameter of requested type was not found.

@tfoote tfoote closed this as completed in a8455d7 Mar 16, 2017
tfoote added a commit that referenced this issue Mar 16, 2017
Add support for boolean parameters (fix #6)
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