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:
commit
64187bd254
@ -201,6 +201,7 @@ export const appModuleFactory = (config: AppConfig) => {
|
||||
MatProgressSpinner,
|
||||
IconsModule,
|
||||
NavigateLastDossiersScreenDirective,
|
||||
DatePipe,
|
||||
],
|
||||
providers: [
|
||||
{
|
||||
|
||||
@ -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}`;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user