Base solution for your next web application
Open Closed

ignoreFeatureCheckForHostUsers not exist #6766


User avatar
0
FlexSolution created

After upgrading to the new version 6.9.1 Anguar+Core I get an error message for the file app-navigation.servie.ts.

ignoreFeatureCheckForHostUsers does not exist.

Here is the code excerpt: if (this._appSessionService.tenant || !abp.multiTenancy.ignoreFeatureCheckForHostUsers) { if (menuItem.hasFeatureDependency() && !menuItem.featureDependencySatisfied()) { hideMenuItem = true; } }


2 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Did you run yarn to update abp-web-resources npm package?

  • User Avatar
    0
    FlexSolution created

    Thank you. That was the mistake. Sorry