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
It appears that when using -Validate, -Content, and -Endpoint on New-UDInput the validation fails. The frontend ends up calling a URL with a null reference to the endpoint.
Describe the Issue
It appears that when using -Validate, -Content, and -Endpoint on New-UDInput the validation fails. The frontend ends up calling a URL with a null reference to the endpoint.
http://localhost/api/internal/component/input/validate/null/MyFieldName
To Reproduce
Put this in a dashboard and do not fill out the field. The URL above will be called and get a 404.
Expected behavior
Validation to work properly with -Content and -Endpoint.
Script Sample
This works properly.
Version Information
The text was updated successfully, but these errors were encountered: