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

A default value is required when adding mandatory parameters to a Sequence Template #1384

Open
gspadotto opened this issue Nov 2, 2024 · 0 comments
Labels

Comments

@gspadotto
Copy link

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...
MissingDefaultValueForMandatory_01

... until you provide the default value.
MissingDefaultValueForMandatory_02

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...

<parameter defaultValue="ProvidedDefaultValue" isMandatory="true" name="MyMandatoryParameter"/>

instead it should be added like this...

<parameter isMandatory="true" name="MyMandatoryParameter"/>

Version

8.3.0

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant