RED-9370 & RED-9439: reverted changes to dossier href.

This commit is contained in:
Nicoleta Panaghiu 2024-06-25 10:53:57 +03:00
parent b32573f9b7
commit 2173737132
2 changed files with 2 additions and 1 deletions

View File

@ -201,6 +201,7 @@ export const appModuleFactory = (config: AppConfig) => {
MatProgressSpinner,
IconsModule,
NavigateLastDossiersScreenDirective,
DatePipe,
],
providers: [
{

View File

@ -59,7 +59,7 @@ export class Dossier implements IDossier, IListable {
this.id = this.dossierId;
const routerPath = this.isArchived ? ARCHIVE_ROUTE : DOSSIERS_ROUTE;
this.dossiersListRouterLink = `/ui/main/${this.dossierTemplateId}/${routerPath}`;
this.dossiersListRouterLink = `/main/${this.dossierTemplateId}/${routerPath}`;
this.routerLink = `${this.dossiersListRouterLink}/${this.dossierId}`;
}