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

ignored_columns as a callback or as a service #178

Open
FluffyDiscord opened this issue Sep 20, 2023 · 0 comments
Open

ignored_columns as a callback or as a service #178

FluffyDiscord opened this issue Sep 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FluffyDiscord
Copy link

I would LOVE to have option to set some kind of service which would receive the entity and return array of ignored columns. Right now we can set ignored columns globally or per entity class, but sometimes I want to ignore entity column under specific conditions. Right now I do not have the option to do so, except implementing my own auditing service, which feels like an overkill.

TLDR: Please add option to dynamically set ignored columns for certain entity (not class, but object)

@FluffyDiscord FluffyDiscord added the enhancement New feature or request label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant