RED-10190: fixed notifications redirect links and padding..
This commit is contained in:
parent
1fcc95b138
commit
26e8d9fff9
@ -22,7 +22,7 @@
|
||||
}
|
||||
|
||||
.mat-mdc-menu-item.notification {
|
||||
padding: 8px 26px 10px 8px;
|
||||
padding: 8px 26px 10px 8px !important;
|
||||
margin: 2px 0 0 0;
|
||||
height: fit-content;
|
||||
position: relative;
|
||||
|
||||
@ -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