Activities of "yekalkan"

Hi @lstsair,

Can you share the entity you created and the navigation entity?

Blogging module doesn't have angular ui.

Hi,

It seems like a potential bug/problem in ABP Framework. I've created an issue for this https://github.com/abpframework/abp/issues/8858

Answer

@murat.yuceer See https://support.abp.io/QA/Questions/1233/ABP-Suite-does-not-generate-Blazor-UI-for-a-module#answer-b698ced4-ecd2-3b97-2f66-39fc2aaf7e95

@abpVAndy There is no plan for Angular Public Website.

Answer

@serdar.genc

We've fixed the problem. Now you can add Volo.LeptonTheme module and it will work.

Or you can apply these simple steps to existing code:

  1. Remove Volo.Abp.AspNetCore.Components.Web.LeptonTheme project reference from your solution's *.Web project.

  2. Change Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton package reference to local project references in your solution's *.Web project.

(Replace <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton" Version="4.3.0" /> with <ProjectReference Include="..\..\modules\Volo.LeptonTheme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.csproj" />)

Hi,

I've run the following commands to recreate your project in my local:

abp new MainProject -t microservice-pro -u angular abp new SubProject -t microservice-service-pro

Then i navigated to \services\subProject\src\MainProject.SubProject.HttpApi.Host folder and run dotnet run command. I didn't encounter any license error. Please notify me if i missed a step.


Note: It seems like CLI doesn't replace lisence code for microservice-service-pro pro template, we'll fix it in 4.3.1 version. However, this template shouldn't do any license check because it doesn't use any Commercial ABP module. Therefore i didn't encounter any license error. Even it checks, copying your license code from ProductService should clear the error.

Hi,

Public Website uses Lepton Theme too. So, the document is valid if you want to customize css for Public Website.

https://docs.abp.io/en/commercial/latest/themes/customizing-lepton-theme?UI=MVC

Hi,

Blazor UI code generation is currently not supported for module template. We aim to support it in 4.4.0 version.

Hi,

ExtensionProperties are always added to the bottom. There is not a way to order them.

I think you need to override the related Blazor component. See docs: https://docs.abp.io/en/abp/latest/UI/Blazor/Customization-Overriding-Components

You can download the source code of Volo.Saas module to see the component you want to override.

TenantManagement.razor is the file you need.

Showing 291 to 300 of 367 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30