Browse Source

Update BasicManagementApplicationModule.cs

fix: 修复UI端授权列表中不显示租户管理问题
pull/95/head
haoyk 3 years ago
committed by GitHub
parent
commit
cbe34c721f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      aspnet-core/modules/BasicManagement/src/Lion.AbpPro.BasicManagement.Application/BasicManagementApplicationModule.cs

2
aspnet-core/modules/BasicManagement/src/Lion.AbpPro.BasicManagement.Application/BasicManagementApplicationModule.cs

@ -45,7 +45,7 @@ public class BasicManagementApplicationModule : AbpModule
options.Excludes.Add("FeatureManagement.ManageHostFeatures");
options.Excludes.Add("SettingManagement");
options.Excludes.Add("SettingManagement.Emailing");
options.Excludes.Add("AbpTenantManagement");
// options.Excludes.Add("AbpTenantManagement");
options.Excludes.Add("AbpTenantManagement.Tenants.ManageFeatures");
options.Excludes.Add("AbpTenantManagement.Tenants.ManageConnectionStrings");
});

Loading…
Cancel
Save