Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
First: The mouse wheel scroll does not work LeptonX, inside the table. In Leton it works. example: Code:
Second: Coloring fields in datatable does not work. example:
LeptonX now working (only apply bold):
Thank you for your help.
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
Hi, can you please check this? When changing between child abp-tab class remains active:
There are probably some changes in bootstrap 5.2.0
Thank you.
Database: PostgreSQL 13
So far, I have successfully solved everything through documentation or through posts, now i need your help so I can upgrade to the new version
As you can see in the picture, the loading time is 3.18 s
As you can see in the picture, the loading time is 10.77 s
Steps taken during migration:
I only have two changes to the code and they are:
from var apiScope = await _apiScopeRepository.GetByNameAsync(name); to var apiScope = await _apiScopeRepository.FindByNameAsync(name);
Configure<AbpClockOptions>(options => { options.Kind = DateTimeKind.Utc; });
I saw that you had this problem: https://support.abp.io/QA/Questions/2303/ABP-50---very-slow-when-using-the-Startup-Template
Maybe it is something like that ...
Do you have any idea to direct me where and what to look for?
Maybe to send you log files?
Since this is my first question after one year of development in the abp, I want to say all the positive impression of using abp. In 7 months we have developed the application and we have been live for 5 months now. Thanks