You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
When i try to create a Task Definition as Batch Task or create a Workflow Definition as SQL, i found that the custom parameter module could not trigger the validator in some situation. The condition as below
What you expected to happen
In normal case, the custom parameter module would verify that whether duplicate values exist in prop property values. If so, it would prompt: prop is repeat. When the creation task is performed, the custom parameter form appears fine, as below screenshot, but when the task is modified, some unexpected problems occur.
Situation 1:
If the number of custom parameters added during task creation is greater than two, the validator verification would not be performed when the custom parameters are added. The screenshot is as follows:
and the save operation could be performed.
Also, When adding the custom parameter, if the prop property is the same as the first prop value, it would prompt the message: prop is repeat.
Situation 2:
If the number of custom parameters added during task creation is less than two, the validator verification would be performed fine. the situation is as follows:
How to reproduce
According to the above description and screenshots can be reproduced
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
Search before asking
What happened
When i try to create a Task Definition as Batch Task or create a Workflow Definition as SQL, i found that the custom parameter module could not trigger the validator in some situation. The condition as below
What you expected to happen
In normal case, the custom parameter module would verify that whether duplicate values exist in prop property values. If so, it would prompt: prop is repeat. When the creation task is performed, the custom parameter form appears fine, as below screenshot, but when the task is modified, some unexpected problems occur.
Situation 1:
If the number of custom parameters added during task creation is greater than two, the validator verification would not be performed when the custom parameters are added. The screenshot is as follows:
and the save operation could be performed.
Also, When adding the custom parameter, if the prop property is the same as the first prop value, it would prompt the message: prop is repeat.
Situation 2:
If the number of custom parameters added during task creation is less than two, the validator verification would be performed fine. the situation is as follows:
How to reproduce
According to the above description and screenshots can be reproduced
Anything else
No response
Version
3.1.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: