Activities of "maliming"

You can use Elements panel to check the logo.

Btw, A logo-light.png not found.

HI

Can you check what's the style of your logo? confirm the css is applied.

hi

You can try to change the localization translation of the buttons.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/AbpUiResource.cs#L6 https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json#L6-L12

We will do same change in 4.4

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

hi

You can try to rewrite the logic of the page.

abp\lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Themes\Lepton\Layouts\Account\Default.cshtml

Change

 @if (MultiTenancyOptions.Value.IsEnabled &&
              (TenantResolveResultAccessor.Result?.AppliedResolvers?.Contains(CookieTenantResolveContributor.ContributorName) == true))
{

}

to

@if (MultiTenancyOptions.Value.IsEnabled &&
                  (TenantResolveResultAccessor.Result?.AppliedResolvers?.Contains(CookieTenantResolveContributor.ContributorName) == true ||
                   TenantResolveResultAccessor.Result?.AppliedResolvers?.Contains(QueryStringTenantResolveContributor.ContributorName) == true))
{

}

hi

It's should be __tenant by default.

https://docs.abp.io/en/abp/latest/Multi-Tenancy#abpaspnetcoremultitenancyoptions

hi

Can you try to rename IAbxUserProfileService to IAbxUserProfileAppService .

hi rick

We will fix this.

hi

We have a demo.

https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver

hi Ravisha

I will study this situation. and reply to you here. : )

Showing 7551 to 7560 of 8469 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11