Adds validation error messages for GUID type fields.
Summary of changes:
Core now accepts a String value for a FieldType.GUID when FieldFormElement.updateValue is called.
If the String cannot be converted into a valid GUID, the validationErrors property will contain a validation error of type. IncorrectValueTypeException.
This PR adds logic to display an appropriate message of this error type for guid fields.
Related to issue: #apollo/923
Description:
Adds validation error messages for GUID type fields.
Summary of changes:
String
value for aFieldType.GUID
whenFieldFormElement.updateValue
is called.String
cannot be converted into a validGUID
, thevalidationErrors
property will contain a validation error of type.IncorrectValueTypeException
.Pre-merge Checklist