Base solution for your next web application
Open Closed

EntityHistoryHelper - How to add AbpSettings entity/table for tracking/auditing purpose? #10009


User avatar
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)
  • User Avatar
    0
    zony created
    Support Team

    Hi razkhan78, You can add Setting to Configuration.EntityHistory, just like https://aspnetboilerplate.com/Pages/Documents/Entity-History .

  • User Avatar
    0
    razkhan78 created

    Hi @zony

    See snap, OrganizationUnit is accessible but not AbpSettings .

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Could you try typeof(Abp.Configuration.Setting) ?

  • User Avatar
    0
    razkhan78 created

    It is working , thanks.