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)
-
0
Did you run
yarn
to updateabp-web-resources
npm package? -
0
Thank you. That was the mistake. Sorry