BlairAllegroTech / js-data-jsonapi

JsonApi Adapter for js-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update So that client only sends changes when using PATCH

BlairAllegroTech opened this issue · comments

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

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

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