-
Notifications
You must be signed in to change notification settings - Fork 724
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
Support embedded form for one-to-one relationships #390
Comments
Fixed by #549 |
Thanks fot the dot notation support. // GET /api/posts |
Nope, not for now. But if you're looking for an element at a fixed position in a sub-array, I think an ElementTransformer is the way to go. |
Ok, thanks for the reply. |
So this is somehow related to #241 |
Considering an API returns the following response:
With a one-to-one relationship between
Post
andMetadata
. We need to be able to embed a metadata form into the post form, as we have to save them simultaneously.The text was updated successfully, but these errors were encountered: