Activities of "maliming"

Report from https://github.com/abpframework/abp/issues/7951

Version: ABP Suite 4.2.1 User Interface: MVC Database Version: EF Core Javascript Alert: DataTables warning: table id= Table - Requested unknown parameter '.uOM' for row 0, column 5. For more information about this error, please see http://datatables.net/tn/4 Steps needed to reproduce the problem

  1. Create an entity that has a property the has all capital letters (UOM for unit of measure)
  2. Generate the Entity including the MVC UI
  3. Start a debug instance
  4. Click on the tab that contains the new entity
  5. This alert should pop up

The reason this occurs is that the variable in the datatable gets generated as ".uOM" whereas the actual value in the object is ".uom". To fix you simply change the variable in the dataTable to "******.uom"

Not a neck breaking bug but ever so slightly annoying

Do not share the ABP source code and your private NuGet API key If there is a need, please share it to our support staff via email info@abp.io

Question

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update or dotnet tool update -g Volo.Abp.Suite

  • Release notes https://docs.abp.io/en/commercial/latest/release-notes
Question

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update

  • Release notes: https://docs.abp.io/en/commercial/latest/release-notes
Showing 1 to 4 of 4 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11