Activities of "maliming"

hi

https://github.com/abpframework/abp/pull/9704

You can create a new 4.4 project to check the code of SettingManagement module.

hi

Can you try to add SettingManagementApplicationModule?

You can create a new 4.4 project to check the code of SettingManagement module.

hi BernardoTeixeira

Please share the steps? btw, Why are you using module templates?

HI

You can try to use CurrentPrincipalAccessor.Change.

//ICurrentPrincipalAccessor CurrentPrincipalAccessor;

await SignInManager.SignInAsync(user, isPersistent: false);
using (CurrentPrincipalAccessor.Change(await SignInManager.CreateUserPrincipalAsync(user)))
{
    var profile = await ProfileAppService.GetAsync();
}



Answer

hi

I think you need change all DbProperties.DbTablePrefix to string.Empty

hi

Can you share a simple project with me? liming.ma@volosoft.com

hi

The GetTenantIdOrNameFromHttpContextOrNullAsync method not in a uow because the middleware order.

And the AccessTokenTenantResolver is created by new instead of DI, so the [UnitOfWork] won't work

In this case you need to create uow manually.

hi

https://support.abp.io/QA/Questions/1558#answer-c761af8c-e5de-7517-0ff2-39fd922c3805

hi

Have you tried using mongodb's API in the repository?

We are not as familiar with Mongodb as we are familiar with EF Core, you can try it.

Showing 7301 to 7310 of 8478 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54