0
viswajwalith created
- ABP Framework version: v7.3.2
- UI Type: MVC
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
We would like to implement the Audit Trial for MonGo DB services, as it is not there Out of the box(if we are not wrong we are planning to implement with custom code). we tried to find the menthods/repository to have the CURD operations on "AbpEntityChanges" & "AbpEntityPropertyChanges", but not able to find the same. can you please advise.
3 Answer(s)
-
0
hi
The
AbpEntityChanges" & "AbpEntityPropertyChanges
are sub-navigation of theAuditLog
aggregate root.So you should
crud
them byIAuditLogRepository
-
0
hi
The
AbpEntityChanges" & "AbpEntityPropertyChanges
are sub-navigation of theAuditLog
aggregate root.So you should
crud
them byIAuditLogRepository
Thanks for the input, Let us try the same and update you accordingly.
-
0
sure