Activities of "maliming"

You can also use a hacker way to solve problems temporarily:

Refresh the current page in your Index page and pass a parameter to the Index to prevent unlimited loop refresh.

You can register this event in any component to listen to the successful login or logout event.

If you have customized the menu rendering component in your project, please re-render it in the ApplicationConfigurationChanged.

eg:

I see that a new ApplicationConfiguration request has been sent, but your menu has not been re-rendered.

hi

Please add below to your Index page:


[Inject]
protected ApplicationConfigurationChangedService ApplicationConfigurationChangedService { get; set; }
    

protected override async Task OnInitializedAsync()
{
    ApplicationConfigurationChangedService.Changed += ApplicationConfigurationChanged;
}

private async void ApplicationConfigurationChanged()
{
    
    // Check currentUser and other info here.
    
    // Write info to logs.

    await InvokeAsync(StateHasChanged);
}

hi

Let me confirm by zoom

https://us05web.zoom.us/j/82688415066?pwd=YnFxK2tETWdEVW8rT3VCOWhFeG5aZz09

hi

Have you used Lepton packages above 2.0.3? The latest is 2.0.5.

Thanks, I will try again.

ok, thanks

hi

Can you try the code that I shared?

https://github.com/abpframework/abp-samples/blob/master/StoredProcedureDemo/src/StoredProcedureDemo.EntityFrameworkCore/EntityFrameworkCore/Users/AppUserRepository.cs#L16

Showing 7331 to 7340 of 11546 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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.