-
Notifications
You must be signed in to change notification settings - Fork 49
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
Switch back to rest serializer #133
Switch back to rest serializer #133
Conversation
|
|
in console it does show |
@erichonkanen try: let data = _this.store.normalize('user', response);
_this.store.pushPayload('user', data); |
@benkonrath @dustinfarris I just ran in to (almost) the #128 problem, and this patch fixed it for me. |
@erichonkanen any update? |
@dustinfarris Let's just deal with #132 separately if it still needs to be addressed. |
Switch back to rest serializer
@dustinfarris What do you think about cutting a new release? Maybe 1.1? |
@benkonrath Yes, i just sent you a DM on Twitter. 1.1 sounds fine. |
This is ready to go.
except that I would like to get confirmation that this in fact fixes #132.Edit: Let's deal with #132 separately.
Fixes #128
Fixes #130