-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reliance on special properties: _class, _id #1
Comments
In the same way |
Have a look at the pull-request #8 I've just submitted a quick change to support CRUD operations using %JSON.Adaptor:
(I've removed the former We can define different %JSON.Adaptor mappings using class parameters FORMCREATEMAPPING, FORMUPDATEMAPPING, FORMREADMAPPING Unitest available in: |
Merge latest henryhamon changes into dev
RESTForms currently relies on
_class
, and_id
properties understand which object do we need to open.Our goal is to remove or minimize this reliance.
Possible approaches:
%JSONREFERENCE = OID
for properties and provide id property. What about child updates in this scenario?Other ideas?
The text was updated successfully, but these errors were encountered: