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
Is your feature request related to a problem? Please describe.
We only want to anonymise the customer object but keep the Order for compliance reasons
Describe the solution you'd like
An attribute or configuration in the yaml file to exclude a property/object from anonimisation.
Or handle the stop state of events after they are called.
Or add a try catch block to let me throw an exception to stop further execution when the object is being handled.
Describe alternatives you've considered
I've tried using the events but I can't find a way to cancel the execution.
The text was updated successfully, but these errors were encountered:
hello @revoltek-daniel, actually it is already possible to exclude some entities from being anonymized, for instance if you want to ignore orders you have to define explicitely a mapping in your config folder
Is your feature request related to a problem? Please describe.
We only want to anonymise the customer object but keep the Order for compliance reasons
Describe the solution you'd like
An attribute or configuration in the yaml file to exclude a property/object from anonimisation.
Or handle the stop state of events after they are called.
Or add a try catch block to let me throw an exception to stop further execution when the object is being handled.
Describe alternatives you've considered
I've tried using the events but I can't find a way to cancel the execution.
The text was updated successfully, but these errors were encountered: