We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding a mandatory parameter to a Sequence Template requires providing a default value, which does not make sense for mandatory parameters.
The "Finish" button is disabled...
... until you provide the default value.
Related Issue: #1383
Add a parameter to a Sequence Template, give a name to the parameter, tick the "Is Mandatory" Check Box.
You should be able to proceed but you are not until you provide a default value.
Once you provide a default value, the parameter will be added like this...
<parameter defaultValue="ProvidedDefaultValue" isMandatory="true" name="MyMandatoryParameter"/>
instead it should be added like this...
<parameter isMandatory="true" name="MyMandatoryParameter"/>
8.3.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Adding a mandatory parameter to a Sequence Template requires providing a default value, which does not make sense for mandatory parameters.
The "Finish" button is disabled...
... until you provide the default value.
Related Issue: #1383
Steps to Reproduce
Add a parameter to a Sequence Template, give a name to the parameter, tick the "Is Mandatory" Check Box.
You should be able to proceed but you are not until you provide a default value.
Once you provide a default value, the parameter will be added like this...
instead it should be added like this...
Version
8.3.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: