Base solution for your next web application
Open Closed

AppMenuItem: FeatureCheckerService does not respect IgnoreFeatureCheckForHostUsers #6685


User avatar
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)
  • User Avatar
    1
    ryancyq created
    Support Team

    Hi, thanks for reporting.

    i have created an issue at https://github.com/aspnetzero/aspnet-zero-core/issues/2271

  • User Avatar
    0
    alexanderpilhar created

    Thanks a lot @ryancyq!