reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Missing included resources in save method #146

Closed maxi7587 closed 5 years ago

maxi7587 commented 5 years ago

Issue: when saving a resource with included resources, this included resources are not included in the request to the back-end (the relationships only have the id and type).

Expected: to include all the resources detailed in { include: [] } in the request to the back end.

NOTE: I already checked that, before saving, the parent resource relationships contain the complete related resources.