mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1672: #4457 Fixed routing after Filter close
#4457 Fixed routing after Filter close
This commit is contained in:
committed by
Lorenz Hilpert
parent
8ac8f6cc1f
commit
772ba29a8e
@@ -53,7 +53,9 @@ export class PickupShelfFilterComponent {
|
||||
return this._activatedRoute?.parent?.params?.pipe(
|
||||
map((params) => {
|
||||
const hasProcessId = !!params?.processId;
|
||||
if (!!this.order) {
|
||||
|
||||
// Ticket #4457 also check the sideOutlet, because order could be still defined in detailsStore
|
||||
if (!!this.order && this.sideOutlet !== 'search') {
|
||||
return this._routeToShelfDetails(hasProcessId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user