hi
Have we shared the account pro source code before?
no change in 9.0
3 You have two ways to change it. Which way are you using now?
Thanks.
hi
Please follow this: https://github.com/abpframework/abp/issues/21185
I have refunded your ticket.
Thanks. I will check it.
hi
The DynamicLocalizationResourceContributor and DynamicResourceLocalizer will first read the value from the database. So you can change the localization texts in the database.
The DynamicResourceLocalizer will use ILanguageTextRepository inside to query the texts.
This is how it works.
https://abp.io/docs/latest/modules/language-management#language-texts
All your code should be compatible with the current design: https://abp.io/docs/latest/framework/fundamentals/localization
hi
I'm applying the RequiresFeature attribute to a Blazor WASM Page to prevent pages and components from loading if they do not have the appropriate feature, but it isn't working. I've tried it on both the Razor page and on the Code Behind partial class but neither are working.
Please share your component code to reproduce the problem.
Thanks.
hi
You have to run these three websites.
AuthServer, API, and angular app.
Please share the logs.txt of the 400 error.
https://abp.io/docs/commercial/latest/startup-templates/application/deployment-iis?UI=MVC&DB=EF&Tiered=Yes https://learn.microsoft.com/en-us/aspnet/core/tutorials/publish-to-iis?view=aspnetcore-9.0&tabs=visual-studio
Thanks.
hi
Can you write in English? What is your problem? it would be best if you could share some screenshots.
Thanks.
ok
Inject the IDbContextProvider<BatchDbContext> then call GetDbContextAsync method to get dbcontext.
and use dbcontext in a new uow. https://abp.io/docs/latest/framework/architecture/domain-driven-design/unit-of-work#begin-a-new-unit-of-work