Atividades de "maliming"

hi

Please push your changes to GitHub (ABPSupportProject). I will pull and check the errors.

Thanks.

Responder

hi

You can inject the IDistributedCache<LanguageTextCacheItem> service and clear the cache.

IDistributedCache<LanguageTextCacheItem> Cache

await Cache.RemoveAsync(LanguageTextCacheItem.CalculateCacheKey(ResourceName, CultureName), considerUow: true);

And

The web application may need to be restarted for the new language to be fully applied.

Responder

hi

Can you edit a text on Language texts page and then check the database tables?

Responder

hi

Your project is a module instead of an app, so you can add one and more entity to store the localization text in your module database.

Responder

hi

Can you share your project structure screenshot?

The implementation is the https://docs.abp.io/en/commercial/latest/modules/language-management module.

Thanks.

Responder

hi

You can inject the ILanguageTextRepository to your MasterDatasAppService to get/insert/update

Responder

hi

Can you share your full function code?

Responder

hi

The ABP's unit tests all are works

The class Tests : PageTest has nothing with abp.

hi

I have shared the source with you. You can override this component.

hi

You mean just define a property UserId in my module without any relation?

Yes, Different modules/micro-services may use different databases. So, use UserId in a good way.

If you want to get the user info, you can communication between micro-services.

https://docs.abp.io/en/commercial/latest/startup-templates/microservice/interservice-communication

Mostrando 1 até 10 de 6798 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11