crud
crud copied to clipboard
Make updateOneBase dto type partial
According to these docs it should be partial:
Request Body: resource object (or partial) | resource object with nested (relational) resources (or partial)
https://github.com/nestjsx/crud/wiki/Controllers#update-one-resource
Without this you get errors like this when you try to update one property in an entity:

Merged on https://github.com/rewiko/crud/issues/5