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
Hello
there seems to be a bug in the ServersideValidator::getValue(), which requires a return value of type string or bool.
In case of additional fields should be validated like gender (int), etc. this funtions throws an exception.
Type decleration should be removed!
The text was updated successfully, but these errors were encountered:
I can also confirm this issue. An Integer should be added to the return values of the getValue method. If the property is an Object or an ObjectStorage, an Integer value should be returned.
Edit: In the main branch, the return type has already been changed to mixed.
Hello
there seems to be a bug in the ServersideValidator::getValue(), which requires a return value of type string or bool.
In case of additional fields should be validated like gender (int), etc. this funtions throws an exception.
Type decleration should be removed!
The text was updated successfully, but these errors were encountered: