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

Datagrid editable should do PATCH request instead of PUT #513

Open
alexander-schranz opened this issue Jul 28, 2015 · 0 comments
Open

Datagrid editable should do PATCH request instead of PUT #513

alexander-schranz opened this issue Jul 28, 2015 · 0 comments

Comments

@alexander-schranz
Copy link
Member

the datagrid sends only the flat data with fields filter to the API.
On a restful API you need to send all Data on PUT.
To avoid loading all data the Datagrid should just send a PATCH request with the changed field

{
     "id": "1",
     "changedFieldName": "newValue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants