Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
It should be possible to do validation on the client side before comitting and without roundtrips to the server.
maxLength and mandatory are currently stored in DbAttribute that are not sent to the client. Andrus: "Probably need to make those a part of ObjAttribute/ObjRelationship. On the server this will be resolved by reading the underlying DbAttribute. On the client this can simply be an Obj* ivar."