RED-6558, notification dossier links.
This commit is contained in:
parent
9c510f2335
commit
9cf5583f1e
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user