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

Hotfix/8 nested input filter config #24

Closed
wants to merge 2 commits into from
Closed

Hotfix/8 nested input filter config #24

wants to merge 2 commits into from

Commits on Nov 28, 2020

  1. Fix for issue 8 where a nested input filter 'type' option could not b…

    …e used if its name conflicted with one of the configured inputs. This fix has added a conditional check for an optional nested 'input' specification array allowing the inputs config to be nested.
    
    Signed-off-by: Alex Patterson <[email protected]>
    alex-patterson-webdev committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    605e058 View commit details
    Browse the repository at this point in the history
  2. Updated test case testFactoryWillCreateInputFilterAndAllInputObjectsF…

    …romGivenConfiguration to include new optional 'inputs' nested configuration option
    
    Signed-off-by: Alex Patterson <[email protected]>
    alex-patterson-webdev committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    3a3bbc4 View commit details
    Browse the repository at this point in the history