ember-data-save-relationships icon indicating copy to clipboard operation
ember-data-save-relationships copied to clipboard

TypeError: Cannot read property 'type' of undefined(…)

Open zion03 opened this issue 8 years ago • 2 comments

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

zion03 avatar Dec 02 '16 16:12 zion03

Found the problem, I using relation by link and relationshipData is empty. Could you fix it?

zion03 avatar Dec 02 '16 17:12 zion03

Thanks @zion03 for reporting! Would you mind posting your JSON API payload with the relationship by link? I need that for the test

frank06 avatar Dec 19 '16 14:12 frank06