nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 533 forks source link

feat(crud-typeorm): ignore entity decorators when saving #692

Open Char2sGu opened 3 years ago

Char2sGu commented 3 years ago

The @Exclude() decorator is used to exclude some fields in the entity in responses, but will cause confusion when creating entities because the fields will also be excluded before saving to the database.

rewiko commented 3 years ago

Nice, would you be able to add a test to check this behaviour?

Char2sGu commented 3 years ago

Nice, would you be able to add a test to check this behaviour?

Sorry, but I am really new to testing and don’t know how to do that. :-(

rewiko commented 3 years ago

Sorry, but I am really new to testing and don’t know how to do that. :-(

No problem I can add the test.