- Notifications
You must be signed in to change notification settings - Fork905
Open
Description
getMissingParameters
on the frontend does a best effort to detect if a workspace update will fail due to it's previous parameter values.
Line 30 incc89820
constgetMissingParameters=( |
1 of the criteria is to check if the value is in the set of options for the parameter. This is an incomplete validation, as things such asregex
,type
, etc can also be changed template version to template version.
The frontend should ask the backend to do a validation check and actually check all criteria. (Check diagostics on a param?)