I see the issue is open but with a comment that says it is not possible to proceed on main points and without any planned activity. So have I to consider that it will not take in consideration anymore?
thx for you reply
Here the most important part (I can share more privately)
DEBUG 2024-04-25 22:04:34,428 [1 ] o.Configuration.LanguageManagementConfig - Converted XYZ (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2024-04-25 22:04:34,428 [1 ] o.Configuration.LanguageManagementConfig - Converted AbpWeb (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2024-04-25 22:04:39,718 [1 ] ameworkCore.AbpEntityFrameworkCoreModule - Registering DbContext: XYZ.EntityFrameworkCore.XYZDbContext, XYZ.EntityFrameworkCore, Version=12.1.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2024-04-25 22:09:03,436 [1 ] Abp.Localization.LocalizationManager - Initializing 4 localization sources. DEBUG 2024-04-25 22:09:03,507 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: Abp
AS you can see the longest time is taken by "Registering DbContext"
Thank you for the answer but it is not solving the issue. In our case the problem is the long startup time needed and caused by the big number of tables we have. This is very annoying during development and wasting a lot of time of developers. Can we solve this issue in some other way?
Hi,
but how and where can I remove the queryfilter from Entity table?
I confirm that is a browser feature but in some way is driven from the code.
I see that for example that removing the 'autocomplete="new-password"' attribute allows autofill of username (not username and password at the same time)
Solved, my fault... there was an extra space in the string to be translated
Hi,
it doesn't work with abp.localization.localize
I was reading documentation of Angular that does not include same details of https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Features-Mvc-Core-Social-Logins
Now I'm following this: https://support.aspnetzero.com/QA/Questions/11067/OpenID-authentication-with-Azure-AD
Yeah clear... but what is the point in the Angular code where I can add this check? I need to understand where I can intercept every request coming from a logged user. E.g. if he log in I can add this contract window but I need to be sure that, after the login, if he try to navigate (manually through the browser) to some valid address the contract window shows up
Is there a way to intercept (Angular+NET Core) that a user needs to accept the contract after login?