RED-10190: fixed notifications redirect links.
This commit is contained in:
parent
6aea290693
commit
851b9fb3b2
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user