Hi,
Please see https://docs.abp.io/en/abp/latest/Tutorials/Part-10?UI=MVC&DB=EF
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.
typeof(SampleAppApplicationModule) to TiedemoApplicationModuletypeof(SampleAppApplicationContractsModule) to TiedemoApplicationContractsModuletypeof(SampleAppDomainModule) to TiedemoDomainModuletypeof(SampleAppDomainSharedModule) to TiedemoDomainSharedModuletypeof(SampleAppEntityFrameworkCoreModule) to TiedemoEntityFrameworkCoreModuletypeof(SampleAppHttpApiModule) to TiedemoHttpApiModuletypeof(SampleAppHttpApiClientModule) to TiedemoHttpApiClientModuletypeof(SampleAppWebModule) to TiedemoWebModuleNOTE: 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
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.
Hi,
We have created an issue for this ,it will fix in next version.
Hi,
You can remove Volo.Saas.Tenant namespace and Volo.Saas.Tenant.* Nuget package
Maybe related to https://github.com/abpframework/abp/issues/4609, I will update the document.
I mean your commercial license
Hi,
Could you provide steps to reproduce the issue: