Skip to content
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

Update So that client only sends changes when using PATCH #24

Closed
BlairAllegroTech opened this issue Jul 14, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@BlairAllegroTech
Copy link
Owner

Currently sends all attributes regardless of if they have changed or not.

@BlairAllegroTech BlairAllegroTech added this to the V2 milestone Jul 14, 2016
@rgant
Copy link
Contributor

rgant commented Jul 14, 2016

If I call a save like this then it only sends changed fields I believe:

DS.save('reports', rpt.id, {changesOnly: true});

@BlairAllegroTech BlairAllegroTech self-assigned this Jul 19, 2016
BlairAllegroTech added a commit that referenced this issue Jul 27, 2016
Added better PATCH support and tests.
Added additional tests for testing POST's with relationship data
Removed old  unused code
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

No branches or pull requests

2 participants