Skip to content

Deserializer not linking included relationships #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jaredcnance opened this issue Jun 27, 2018 · 0 comments
Closed

Deserializer not linking included relationships #312

jaredcnance opened this issue Jun 27, 2018 · 0 comments
Labels

Comments

@jaredcnance
Copy link
Contributor

jaredcnance commented Jun 27, 2018

Caused by #254 (2.2.5). The changes made now prevent the deserializer from setting the attributes on included relationships. Only the ids are getting set, all other properties will have their default values.

This shouldn't affect deserialization of web requests since you can't POST sideloaded relationships yet. However, it would affect tests trying to deserialize responses.

jaredcnance added a commit that referenced this issue Jun 27, 2018
fix(#312): deserializer not handling included relationships
jaredcnance added a commit that referenced this issue Jun 27, 2018
#312 Deserializer not linking included relationships
jaredcnance added a commit that referenced this issue Aug 12, 2018
fix(#312): deserializer not handling included relationships
jaredcnance added a commit that referenced this issue Aug 12, 2018
#312 Deserializer not linking included relationships
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant