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
The validation that is happening after job instantiation (i.e. after job parameters have been evaluated for instantiation) is reporting an incorrect breadcrumb for errors in task parameter range expressions.
Expected Behaviour
The breadcrumb should direct the user to the correct location within the job template that they should be looking to correct the error.
The breadcrumb:
should just be:
Current Behaviour
The validation that is happening after job instantiation (i.e. after job parameters have been evaluated for instantiation) is reporting an incorrect breadcrumb for errors in task parameter range expressions.
Reproduction Steps
Given:
Run
Code Snippet
See the reproduction steps. The likely place that this error is coming from is in the
instantiate_model
method here.The text was updated successfully, but these errors were encountered: