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

Add IgnoreAuditTrailAttribute to exclude from audit trail #1046

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

AliRafay
Copy link
Contributor

Introduced IgnoreAuditTrailAttribute to mark entities or properties that should be ignored by the audit trail. Applied this attribute to specific properties in AuditableEntity to prevent them from being tracked. Updated AuditInterceptor to respect this attribute, ensuring marked entities and properties are excluded from audit trail processing.

AliRafay and others added 3 commits October 16, 2024 17:18
Introduced IgnoreAuditTrailAttribute to mark entities or properties
that should be ignored by the audit trail. Applied this attribute to
specific properties in AuditableEntity<TId> to prevent them from being
tracked. Updated AuditInterceptor to respect this attribute, ensuring
marked entities and properties are excluded from audit trail processing.
@iammukeshm
Copy link
Member

@AliRafay Shouldnt the createdBy, and stuff be a part of the audit trail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants