Attività di "hardip"

Thank you, Issue resoved.

  • ABP Framework version: v7.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

When using the NavigationManager's NavigationTo method to change the route, does not select the sidebar menu.

refer :

Any solutions for this?

Yes, that is corrected but it goes to the swagger still.

What is the difference between LogoutModal and LoggedoutModal?

because there is also overridden logged out modal as well

refer :

When changing the LogoutModal to SBCLogoutModal(New) in Login.cshtml gives the error

html refer :

error refer :

Overridding the LoginModel does not work

  • ABP Framework version: v7.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

When logging out from the server side pages (Manage your profile page), the redirected url goes to swagger.

refer

I wanted to override this behavior, I followed the abp.io documentation : https://docs.abp.io/en/abp/latest/UI/Blazor/Navigation-Menu#manipulating-the-existing-menu-items

but when I call the context.Menu.FindMenuItem("Account.Logout"), it returns null object.

refer

Any solution?

Can you try placing facicon.ico file in that folder too?

Icon is successfully changed but I want to change the title of the page. How to change that?

refer

Hi,

These pages are in AuthServer. If you use separated AuthServer in your project, you should add favicon.svg file in your AuthServer project too.

wwwroot/favicon.svg

Ok, overridden the default icon with custom icon, but what about the title in the header? How to change that?

  • ABP Framework version: v7.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

How to change the favicon and title of the header in the profile settings page in the blazor app?

The changes in the Account - default.cshtml only reflects in the login/reset-pass/confirm-email/register pages, not the profile page.

Refer Profile settings page

Security logs page

hi

Is the TenantId have a value?

Or specify the Nameof TenantId.

[BindProperty(Name = "__tenant", SupportsGet = true)] 
public Guid? TenantId { get; set; } 

You can do not to switch the tenant, the middleware will automatically resolve and switch the tenant by default

Ok, specifying the name of the tenantId worked. Massive thank you.

11 - 20 di 37
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11