Remove AuthorizePage and ManageConnectionStringsPolicyName.

pull/7659/head
maliming 5 years ago
parent eb55d64091
commit 033b5c3503

@ -14,7 +14,6 @@ namespace Volo.Abp.TenantManagement.Blazor.Pages.TenantManagement
protected const string FeatureProviderName = "T";
protected bool HasManageFeaturesPermission;
protected string ManageConnectionStringsPolicyName;
protected string ManageFeaturesPolicyName;
protected FeatureManagementModal FeatureManagementModal;

@ -61,7 +61,6 @@ namespace Volo.Abp.TenantManagement.Web
options.Conventions.AuthorizePage("/TenantManagement/Tenants/Index", TenantManagementPermissions.Tenants.Default);
options.Conventions.AuthorizePage("/TenantManagement/Tenants/CreateModal", TenantManagementPermissions.Tenants.Create);
options.Conventions.AuthorizePage("/TenantManagement/Tenants/EditModal", TenantManagementPermissions.Tenants.Update);
options.Conventions.AuthorizePage("/TenantManagement/Tenants/ConnectionStrings", TenantManagementPermissions.Tenants.ManageConnectionStrings);
});
Configure<AbpPageToolbarOptions>(options =>

Loading…
Cancel
Save