barsa-develop-components 1.0.436 → 1.0.437

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.
@@ -1058,7 +1058,8 @@ class ServiceDeskHeaderComponent extends TilesViewerContainerComponent {
1058
1058
  }
1059
1059
  });
1060
1060
  this._portalService.navigationEnd$.pipe(takeUntil$1(this._onDestroy$)).subscribe((event) => {
1061
- if (event !== null && (event?.url === '/servicedesk' || event?.url === '/')) {
1061
+ if (event !== null &&
1062
+ (event?.url === '/servicedesk' || event?.url === '/' || event.urlAfterRedirects === '/servicedesk')) {
1062
1063
  this.unPrepareForm();
1063
1064
  }
1064
1065
  });