#4545 #4548 Fix HSC Breadcrumb and Multiple Processes bug

This commit is contained in:
Nino
2023-12-29 16:03:14 +01:00
parent 3d5f1cc686
commit eaa70331d9

View File

@@ -246,8 +246,8 @@ export class CustomerOrderSearchResultsComponent extends ComponentStore<Customer
const process = await this._application.getProcessById$(processId).pipe(first()).toPromise();
if (!!process) {
await this.updateBreadcrumb(processId, params);
await this.createBreadcrumb(processId, params);
await this.updateBreadcrumb(processId, params);
}
if (this._activatedRoute?.outlet === 'primary') {