Activities of "aZee"

Hello, I have tested the proposed solution using SUPPRESS_UNSAVED_CHANGES_WARNING, but unfortunately it does not resolve the initial issue. From my perspective, the only two possible solutions would be either to avoid the page refresh when LeptonX switches to mobile view (which is the case with Lepton), or to completely disable the mobile view.

The autoreply from the bot isn't helping me.

Hello, I want to be able to customize the html code of the ConfirmationComponent, so this doesn't help.

Hello, thank you for your reply. However, I had to use the IServiceCollection.Replace method instead of Dependency attribute. Here's my working code : MyIdentitySessionDynamicClaimsPrincipalContributor.cs

public class MyIdentitySessionDynamicClaimsPrincipalContributor : IdentitySessionDynamicClaimsPrincipalContributor
{
    public override Task ContributeAsync(AbpClaimsPrincipalContributorContext context)
    {
        ...
    }
}

MyModule.cs

public class MyModule : AbpModule
{
    public override void ConfigureServices(ServiceConfigurationContext context)
    {
        ...
        context.Services.Replace(
            ServiceDescriptor.Transient<
            	IdentitySessionDynamicClaimsPrincipalContributor,
                MyIdentitySessionDynamicClaimsPrincipalContributor 
            >());
    }
}

This isn't exactly what we're looking for: we want to keep the side menu layout, but with the toolbar on top.

ABP Framework version: 8.2.3 UI Type: Angular

Showing 1 to 5 of 5 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.