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 TiedemoApplicationModule
typeof(SampleAppApplicationContractsModule)
to TiedemoApplicationContractsModule
typeof(SampleAppDomainModule)
to TiedemoDomainModule
typeof(SampleAppDomainSharedModule)
to TiedemoDomainSharedModule
typeof(SampleAppEntityFrameworkCoreModule)
to TiedemoEntityFrameworkCoreModule
typeof(SampleAppHttpApiModule)
to TiedemoHttpApiModule
typeof(SampleAppHttpApiClientModule)
to TiedemoHttpApiClientModule
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
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:
Hi,
What version of your license is?