0
razkhan78 created
AspNetZero (Paid) Product version --> 4.0 Product type --> MVC Product framework type --> .net core
We want to add AbpSettings table in "TrackedTypes" in EntityHistoryHelper for tracking/auditing purpose. But couldn't find it as class/entity.
4 Answer(s)
-
0
Hi razkhan78, You can add Setting to
Configuration.EntityHistory
, just like https://aspnetboilerplate.com/Pages/Documents/Entity-History . -
0
-
0
Hi,
Could you try
typeof(Abp.Configuration.Setting)
? -
0
It is working , thanks.