0
alexanderpilhar created
6.8.0, Angular, .NET Framework
It seems FeatureCheckerService
does not respect IgnoreFeatureCheckForHostUsers = true
.
I have an AppMenuItem that requires a certain feature as well as a certain permission.
When editing permissions for a host user I can see all permissions that would require certain features to be shown. So all is fine here.
But when it comes to feature-checking in app-navigation.service.ts
the result is for host is false
. I'd expect it to be true, since feature-check for host should be ignored, right!? Isn't it intended like that?
2 Answer(s)
-
1
Hi, thanks for reporting.
i have created an issue at https://github.com/aspnetzero/aspnet-zero-core/issues/2271
-
0
Thanks a lot @ryancyq!