RED-10190: fixed notifications redirect links.

This commit is contained in:
Nicoleta Panaghiu 2024-10-14 17:04:27 +03:00
parent 6aea290693
commit 851b9fb3b2

View File

@ -95,7 +95,7 @@ export class NotificationsService extends EntitiesService<INotification, Notific
}
#getDossierHref(dossier: Dossier): string {
return dossier ? `${dossier.routerLink}` : null;
return dossier ? `${this.#appBaseHref}${dossier.routerLink}` : null;
}
#getUsername(userId: string | undefined) {