Starts in:
99 DAYS
99 HRS
99 MIN
99 SEC
Starts in:
99 D
99 H
99 M
99 S

Activities of "liangshiwei"

Hi,

You need use https and update the appsettings files to update ip address.

Hi,

Can you explain in detail?

Answer

Hi @Leaf

Please create a new question to discuss. thanks.

Hi,

You can see the Themes in the .Web project.

You just need to create a Default.cshtml file in Account folder.

You need to put the localization middleware before UseAuthorization

Hi,

Please see https://docs.abp.io/en/abp/latest/Tutorials/Part-10?UI=MVC&DB=EF

Answer

First remove the following code in your TiedemoWebModule class.

[DependsOn(typeof(AbpAccountPublicWebModule))]
[DependsOn(typeof(AbpAccountPublicWebIdentityServerModule))]

It works fine. About show the SampleApp module menus you can add module dependencies to the Tiedemo.

  1. add typeof(SampleAppApplicationModule) to TiedemoApplicationModule
  2. add typeof(SampleAppApplicationContractsModule) to TiedemoApplicationContractsModule
  3. add typeof(SampleAppDomainModule) to TiedemoDomainModule
  4. add typeof(SampleAppDomainSharedModule) to TiedemoDomainSharedModule
  5. add typeof(SampleAppEntityFrameworkCoreModule) to TiedemoEntityFrameworkCoreModule
  6. add typeof(SampleAppHttpApiModule) to TiedemoHttpApiModule
  7. add typeof(SampleAppHttpApiClientModule) to TiedemoHttpApiClientModule
  8. add typeof(SampleAppWebModule) to TiedemoWebModule

NOTE: If your module have entities , you need add migration file.

If you have the SampleApp permission, you will see the menus:

Hi,

You don't need to reference the source code, ABP provides some ways to extend the UI, it include change the layout. See https://docs.abp.io/en/abp/3.1/UI/AspNetCore/Customization-User-Interface#overriding-a-view-component

Answer

Yes , I can. @Leaf Could you share the github repository to me ? my email : shiwei.liang@volosoft.com

Hi,

We have created an issue for this ,it will fix in next version. but now, you need fix it manually.

Showing 2061 to 2070 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 22, 2025, 10:44