Base solution for your next web application
Open Closed

Entity history showing unchanged decimals and datetimes as changed #9768


User avatar
0
schmid_alexander created

Prerequisites

  • What is your product version? 9.3
  • What is your product type? Angular
  • What is product framework type? .NET Core
  • What is ABP Framework version? 5.13

Issue

It seems that decimal and DateTime properties always show in the entity change history, even though these did not change:


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team
  • User Avatar
    0
    sbrown created

    It appears like issue 5292 was fixed in v6.0 of AspNet Boilerplate. Release v6.0 Notes

    We are also using product version 9.3, Angular & ASP.NET Core. It appears our ABP version is 5.14.0.

    We are fairly new to ASP.NET Zero, so what is your recommendation in situations like these? (i.e., where it's a known bug in ABP and they fixed it in a version after what we have) Do we need to upgrade our entire ASP.NET Zero instance, or just the ABP packages?

    Thanks.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @sbrown

    You can only uprade Abp.* NuGet packages if you only need such fixes. Upgrading the entire project will require a bit more work.

  • User Avatar
    0
    ESTeam created

    Prerequisites

    • What is your product version? 10.5.0
    • What is your product type? Angular
    • What is product framework type? .NET Core
    • What is ABP Framework version? 6.5.0

    I have the same problem with decimal fields.