ember-data-save-relationships
ember-data-save-relationships copied to clipboard
TypeError: Cannot read property 'type' of undefined(…)
Looks like after new release I'm starting to get problems during saving/updating.
TypeError: Cannot read property 'type' of undefined(…)
Without mixin SaveRelationshipsMixin
all works fine
Found the problem, I using relation by link and relationshipData
is empty. Could you fix it?
Thanks @zion03 for reporting! Would you mind posting your JSON API payload with the relationship by link? I need that for the test