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 have encountered this error: com.orientechnologies.orient.core.exception.OValidationException: The field 'ORestricted._allow' has been declared as LINKSET of type 'OIdentity' but the value is the document #5:0 of class 'OUser' .
My class extends superclass ORestricted, the _allow filed is set right during field creation but i can add new user for field.
I have this error with Orient version 5.0.9 and 5.0.10.
The text was updated successfully, but these errors were encountered:
I have encountered this error: com.orientechnologies.orient.core.exception.OValidationException: The field 'ORestricted._allow' has been declared as LINKSET of type 'OIdentity' but the value is the document #5:0 of class 'OUser' .
My class extends superclass ORestricted, the _allow filed is set right during field creation but i can add new user for field.
I have this error with Orient version 5.0.9 and 5.0.10.
The text was updated successfully, but these errors were encountered: