- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Labels
Comments
jaredcnance
added a commit
that referenced
this issue
Jun 27, 2018
3 tasks
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
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
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.
The text was updated successfully, but these errors were encountered: