@csmart/ngc-smart-core 1.14.14 → 1.14.15

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.
@@ -540,7 +540,7 @@ class SmartNavbarComponent {
540
540
  return config && this.selectedOffender && config.appModuleId === 'PPMAS'
541
541
  // ? `${config.url}?skipAppMetadata=true&OffenderId=${this.selectedOffender.offenderId}`
542
542
  ? `${config.url}&OffenderId=${this.selectedOffender.offenderId}`
543
- : config.url;
543
+ : `${config.url}/?offenderId=${this.selectedOffender.offenderId}`;
544
544
  }
545
545
  hasAppModulePermission(appModuleId) {
546
546
  if (this.loginStaff &&