Merge branch 'RED-9370' into 'master'

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

See merge request redactmanager/red-ui!473
This commit is contained in:
Dan Percic 2024-06-25 10:12:32 +02:00
commit 64187bd254
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}`;
}