Starts in:
2 DAYS
14 HRS
52 MIN
34 SEC
Starts in:
2 D
14 H
52 M
34 S

Activities of "lizhaofeng"

The Abp Suite CRUD Page Generator Property name did not remove the spaces. If it is a numerical type and filtering is enabled, the generated code will have errors.

hi,

Add LayoutHook has been implemented. Here is the code for the implementation:

 context.Services.Configure<AbpLayoutHookOptions>(options =>
        {
            options.Add(LayoutHooks.Body.Last, 
                typeof(MyFooterViewComponent),
                layout: StandardLayouts.Empty);
        });

Thanks.

hi maliming,

My mistake,how to add a footer after using Single Project Mode. Just like

hi maliming

By resolving issues with replace Blazor & Blazor.Client.

Thanks.

1.Abp studio currently does not support creating application modules. 2.How to Create a Non-Commercial Version of the Project

Restore the "Create a new solution" button, abp suite version 8.3.0-rc.1.

hi

Changing ABP Suite versions may result in errors. The steps are as follows:

  1. Open the suite,
  2. Close the suite,
  3. Change versions.

abp studio v.0.7.4

After upgrading the project to 8.2.0-rc.4, an error occurred while trying to restore the following:
Volo.Abp.Identity.Pro.HttpApi 8.2.0-rc.4 was not found. However, a close approximate match of Volo.Abp.Identity.Pro.HttpApi 8.3.0-preview20240528 was resolved.

Hi, I couldn't reproduce the problem. Can you give us more details so we can help you with your issue?

  1. Which framework & database provider do you use?
  2. Which version did you use before upgrading your project?

1.upgrading from 8.2.0-rc.3 to 8.2.0-rc.4. 2.Today, the restoration of NuGet packages can be successful.

After upgrading the project to 8.2.0-rc.4, an error occurred while trying to restore the following: Volo.Abp.Identity.Pro.HttpApi 8.2.0-rc.4 was not found. However, a close approximate match of Volo.Abp.Identity.Pro.HttpApi 8.3.0-preview20240528 was resolved.

Hi,Anjali_Musmade

LeptonXTheme version 8.2.0-rc.3 . <PackageReference Include="Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXTheme" Version="3.2.-" />

You can use CLI to create a new project, add a new menu, and use an existing URL address as the URL.

like

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

If the URL uses /setting-management/#, it works normally, but if it is just /setting-management, it will hang.

Showing 1 to 10 of 53 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06