frank06 / ember-data-save-relationships

A mixin for Ember Data JSON API serializers to save relationship data
https://github.com/laborvoices/ember-data-save-relationships
MIT License
41 stars 20 forks source link

Tests nested embedding and copes with cyclic graphs #8

Closed BryanCrotaz closed 6 years ago

BryanCrotaz commented 8 years ago

If a relationship contains a node we've seen before then this must be a cyclic graph and the relationship is removed before sending to the server.

wuarmin commented 8 years ago

Further we have to implement the right deserialization. For now the related records are updated in store, but the primary record looses relationship-data. What do you mean?