josx / ra-data-feathers

A feathers rest client for react-admin
MIT License
157 stars 58 forks source link

Support UPDATE_MANY #76

Closed nicholasnelson closed 5 years ago

nicholasnelson commented 5 years ago

Per the react-admin documentation on data providers, this project currently supports all request types, except UPDATE_MANY.

The project I'm currently working on has a use for UPDATE_MANY. I'll submit a PR to add this feature soon. Just creating this issue to avoid any doubling-up of work.

Should be fairly easy I think. From a brief look at it, should be possible to do in the same way as DELETE_MANY

josx commented 5 years ago

Thanks for inform. We will be wating for that PR ;)