hi phannd
If the record is allowed to be duplicated, Multiple calls to the API are inevitable. You can disable the button after the user clicks it.
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
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
hi
Sorry, it seems I misunderstand your question, I thought you need to call an application service that requires permission in the unit test.
There is a ConsoleTestApp
and that will request Identity Server to get a token. Then call proxy api.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs#L13
If this is not the case for you, you can share a demo project to me. liming.ma@volosoft.com
hi safi
Can you provide a demo project that reproduce this problem? liming.ma@volosoft.com
hi Denis
You have shared the steps to reproduce the problem, please share this project to me, it is very cumbersome to remotely check the source code.
hi safi
I can't reproduce the problem wiht your steps. Can you try in browser incognito mode?
hi
The 4.3 version will support the features you mentioned.
We will create a separate migration file to handle the tenant database.