RED-6558, notification dossier links.

This commit is contained in:
George 2023-04-20 18:54:56 +03:00
parent 9c510f2335
commit 9cf5583f1e

View File

@ -148,7 +148,7 @@ export class NotificationsService extends EntitiesService<INotification, Notific
}
private _getDossierHref(dossier: Dossier): string {
return dossier ? `${this._baseHref}${dossier.routerLink}` : null;
return dossier ? `${this._baseHref}/${this._tenantContextHolder.currentTenant}${dossier.routerLink}` : null;
}
private _getUsername(userId: string | undefined) {