Merge branch 'RED-10190' into 'master'
RED-10190: fixed notifications redirect links. See merge request redactmanager/red-ui!615
This commit is contained in:
commit
2e41ac041e
@ -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