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

Workflows: Select parameters with options having values of 'true' and 'false' no longer work. #3697

Closed
blankenberg opened this issue Mar 2, 2017 · 1 comment
Assignees

Comments

@blankenberg
Copy link
Member

See select tool.

'true' and 'false' are being cast to True and False. This raises an error and causes the default value to always be used.

Seen in dev @ d3840c5

    <param name="invert" type="select" label="that">
      <option value="false">Matching</option>
      <option value="true">NOT Matching</option>
    </param>

ping @guerler

@guerler guerler self-assigned this Mar 2, 2017
@blankenberg
Copy link
Member Author

image

image

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

2 participants