Merged PR 1678: #4493 Fix Breadcrumb Navigation if comming from other List

#4493 Fix Breadcrumb Navigation if comming from other List
This commit is contained in:
Nino Righi
2023-11-29 10:45:51 +00:00
committed by Lorenz Hilpert
parent c1756942b2
commit abcd940ed3

View File

@@ -119,6 +119,7 @@ export class PickupShelfInComponent extends PickupShelfBaseComponent {
orderItemSubsetId,
compartmentInfo,
},
side: data?.queryParams?.side === 'false' ? false : true, // Fix Ticket #4493 - Wenn man von einer anderen Liste aus kommt z.B. Reservieren Liste, dann soll side in der Breadcrumb false sein
});
}