Base solution for your next web application
Open Closed

FeatureProvider scope ignored #4610


User avatar
0
ivanosw1 created

Hi, I suspect that the "scope" meaning of Feature is ignored. If I set a new feature with scope FeatureScopes.Edition, it is assignable to Tenant as well (Default Angular UI)

From docs:

Scope: A value in the FeatureScopes enum. It can be Edition (if this feature can be set only for edition level), Tenant (if this feature can be set only for tenant level) or All (if this feature can be set for editions and tenants, where a tenant setting overrides its edition's setting). Default value is All.

Is an obsolete settings? I've noted that in downloaded code you don't use scope nowhere (AppFeatures.MaxUserCount, AppFeatures.TestCheckFeature, and so on)


1 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi @ivanosw1, we will work on this. You can follow this issue: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/773">https://github.com/aspnetzero/aspnet-ze ... issues/773</a>