Activities of "lizhaofeng"

  • ABP Framework version: v8.2.0-rc3
  • UI Type: Blazor webapp
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

1.Creating a project using CLI. abp new Acme.BookStore -t app-pro -u blazor-webapp --preview -csf

2.Migrating and running the project.

3.Add a menu

context.Menu.AddItem(
            new ApplicationMenuItem(
                "SettingManagement",
                l["Menu:SettingManagement"],
                url: "/setting-management/#")
        );

4.Clicking on the newly created menu will cause the browser to become unresponsive. This issue appears only when using the LeptonXTheme .

  • ABP Framework version: v8.2.2
  • UI Type:Blazor Webapp
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

When replace footer , the page doesn't load immediately. If Blazor.Client references many modules, the wait time becomes very long.

I hope the footer is already loaded when the page opens, like in MVC.

The new project page takes two seconds to refresh and load completely.

  • ABP Framework version: v8.3.3
  • UI Type: MVC Basic Theme
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Create an MVC project and add docs module. How to add a footer after using Multi Language Mode.

Showing 21 to 23 of 23 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09