@resolveio/client-lib-core 1.3.17 → 1.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5523,7 +5523,7 @@ class AuthGuard {
5523
5523
  }
5524
5524
  else {
5525
5525
  let done = false;
5526
- while (!done && pageView.split('/').length > 1) {
5526
+ while (!done && pageView.split('/').length > 2) {
5527
5527
  if (!this.isLinkFakeRoute(pageView)) {
5528
5528
  if (!user.roles.groups.some(a => a.views.some(b => b === pageView))) {
5529
5529
  if (user.roles.groups.some(a => a.views.some(b => b.startsWith(moduleView) && !this.doesLinkHaveParameter(b) && !this.isLinkFakeRoute(b)))) {