Activities of "maliming"

hi

Add MyMobileNavbar to your blazor project. We will fix that in the next version. Your question credit is refunded.

using System.Collections.Generic;
using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation;
using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Navigation;
using Volo.Abp.DependencyInjection;

namespace EagEz.Test.Blazor;

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(MobileNavbar), typeof(MyMobileNavbar))]
public class MyMobileNavbar : MobileNavbar
{
    public MyMobileNavbar()
    {
        SelectedMenuItems = new List<MenuItemViewModel>();
    }
}

hi

How can I reproduce this problem in a new template project?

hi

I will check this.

hi

Can you share the full steps so I can reproduce it in a new template project?

Thanks

hi

To reproduce it locally, you can set the ASPNETCORE_ENVIRONMENT to Production.

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-7.0

Answer

hi

There is a setting for the timezone. You can get it in your UI and display the time based on it.

https://docs.abp.io/en/abp/latest/Timing#timezone-setting

I will also create an issue on abp opensource side to add this setting in the setting management UI.

https://github.com/abpframework/abp/issues/16628

hi

Please share your project, Thanks

liming.ma@volosoft.com

Answer

hi

In ABP Commercial, can different tenant use different time zone, even just controlled through back-end without a user interface?

There is no such feature in abp commercials now, You have to implement it yourself

hi

Does this error occur every time?

hi

With other browser erase that tenant,

There should be an exception page if the current tenant is deleted or disabled.

Showing 6921 to 6930 of 11541 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.