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 get an Invalid format type error when I'm using @constraint(format: "someFormat") for list input fields.
The method "validateArrayTypeValue" in query-validation-visitor.js gives "this.options" as a parameter to "validateInputTypeValue" / "validateScalarTypeValue". But this.options is always undefined because the function does not belong to a ValidationVisitor class. I think, that "validateArrayTypeValue" needs a parameter "options" as the other validate functions.
The text was updated successfully, but these errors were encountered:
I get an Invalid format type error when I'm using @constraint(format: "someFormat") for list input fields.
The method "validateArrayTypeValue" in query-validation-visitor.js gives "this.options" as a parameter to "validateInputTypeValue" / "validateScalarTypeValue". But this.options is always undefined because the function does not belong to a ValidationVisitor class. I think, that "validateArrayTypeValue" needs a parameter "options" as the other validate functions.
The text was updated successfully, but these errors were encountered: