You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: