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

Upgrade to Ember 2.18 and fix ids on included objects #24

Closed BryanCrotaz closed 6 years ago

BryanCrotaz commented 6 years ago

Fixes errors in app when server side ids were not applied to objects in the included block. Tests seemed to cover the same use case but were passing.

BryanCrotaz commented 6 years ago

Sorry, github moved me to the base repo without asking... Have submitted PR on laborvoices