Merge pull request #16609 from wangj90/dev

Use constants instead of strings for FeatureManagement.ManageHostFeatures
pull/16612/head^2
maliming 2 years ago committed by GitHub
commit 101afac92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ public class FeatureAppService : FeatureManagementAppServiceBase, IFeatureAppSer
string policyName;
if (providerName == TenantFeatureValueProvider.ProviderName && CurrentTenant.Id == null && providerKey == null)
{
policyName = "FeatureManagement.ManageHostFeatures";
policyName = FeatureManagementPermissions.ManageHostFeatures;
}
else
{

Loading…
Cancel
Save