Hi,
I want to use auditing to keep track on changes on entities. A mail will be send containing changes that have been done for some of these.
I have two questions:
1: I can't find it in the documentation, but how can you specify in which entity you want to inject the auditor? I mean, my auditor is generic and I want to use it only for about 10 of my 15 entities ... so I can't put a DependencyInjectionInfo attribute in my auditor class for 10 types, or can I?
2: Another problem is that there are for example news entities, and the customer doesn't want to send a entry in an email if the only change was to correct some type errors. So to be able to make a difference a checkbox is placed on the website. If this is checked, then we want to auditor to store the changes in the audit table. Is it possible to make a check for that in the auditor or is it possible to turn off auditing from the entity somehow?
Best regards,