Skip to content

Datagrid editable should do PATCH request instead of PUT #513

Open
@alexander-schranz

Description

@alexander-schranz

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"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions