Skip to content

Conversation

@sud80
Copy link
Owner

@sud80 sud80 commented Jul 27, 2016

No description provided.

sud80 added 3 commits July 27, 2016 12:07
Basically if beforeSave makes any changes to the object it is trying to save, the fetched pointer fields on the client gets clobbered to only pointer.
Earlier we were returning all fields even if any changes happened in beforeSave. This causes the fetched pointer fields on the client to get clobbered to only pointers.
This fix returns only the changed fields thus avoiding pointer clobber.
…s the user correctly.

Also it is consistent with the hosted parse that user.username not returned from PUT request.
@sud80 sud80 closed this Jul 27, 2016
@sud80 sud80 reopened this Jul 27, 2016
@codecov-io
Copy link

codecov-io commented Jul 27, 2016

Current coverage is 91.84% (diff: 100%)

No coverage report found for master at 831b29b.

Powered by Codecov. Last update 831b29b...dddf8ed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants