maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo/Abp/FeatureManagement/FeatureAppService.cs
|
|
|
@ -108,7 +108,7 @@ public class FeatureAppService : FeatureManagementAppServiceBase, IFeatureAppSer |
|
|
|
protected virtual async Task CheckProviderPolicy(string providerName, string providerKey) |
|
|
|
{ |
|
|
|
string policyName; |
|
|
|
if (providerName == TenantFeatureValueProvider.ProviderName && CurrentTenant.Id == null && providerKey == null ) |
|
|
|
if (providerName == TenantFeatureValueProvider.ProviderName && CurrentTenant.Id == null && providerKey == null) |
|
|
|
{ |
|
|
|
policyName = "FeatureManagement.ManageHostFeatures"; |
|
|
|
} |
|
|
|
|