What are your steps? And what are the errors?
hi
Why not ignore multiTenancySide? This way the permission can be used by both HOST and TENANT
hi
You don't have to worry, the framework will take care of enabling/disabling multi-tenancy.
Permission grants are independent of the Host and Tenant.
You can override these classes and apply the changes.
https://docs.abp.io/en/abp/latest/UI/Blazor/Customization-Overriding-Components
namespace Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ApplicationLayout.Navigation
class MainSiderbar
namespace Volo.Abp.AspNetCore.Components.WebAssembly.LeptonTheme.Components.ApplicationLayout.MainHeader
class MainHeaderToolbarUserMenu
You can download Lepton's source code, and change and use it.
Please leave an email and I will send the details of the changes.
You also need to convert these classes to ABP entity or aggregate. Then configure these entities in the EF module.
hi https://github.com/abpframework/abp/issues/5288 https://github.com/abpframework/abp/pull/6868
hi
This seems a known problem. it was fixed in 5.0
https://github.com/abpframework/abp/issues/8851 https://github.com/abpframework/abp/commit/dc9f278c11ed5a017a878cbcd7ce9222ab70ac4e
hi
I will check this again.