https://github.com/aspnetzero/aspnet-zero-core/pull/3764
hi @conzepta
I will add some comment to IDesignTimeDbContextFactory
hi @Raj
I successfully integrated it, you can check the discussion above.
if you got a problem, you can create a new question, I will try to help you. : )
hi mahendra
But I think the framework will automatically update the cache, you can try it.
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/552c0240c44d9899c1209fb20eb48d35b17d5e54/src/Abp.Zero.Common/Localization/MultiTenantLocalizationDictionaryCacheHelper.cs#L16
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/552c0240c44d9899c1209fb20eb48d35b17d5e54/src/Abp.Zero.Common/Localization/MultiTenantLocalizationDictionaryCacheCleaner.cs#L11
hi @strix20
We will reply to you as soon as possible.
hi,
In the Login
method, the user name cannot be get, because the login request has not yet ended.
You may be redirect to the Login
page when you have successfully logged in, the audit log will get the user name, but this user name is the current user instead of user entered UserName
.
hi @ISTeam
Above code does not store the default settings in the database.
This is by design, you will get the correct value or default value when you try to get the setting
To store and use widget settings for every tenant differently.
Using the settings system is a good choice.
hi @KPCS
Could you share your project to me? [email protected]
hi zyrel.sermon
Yes, Do you have any questions about that?