From ddcc88ce624da00ecc4ba6fffe45e2248a2f37a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lara=20Mi=C3=B1ones=20Rodr=C3=ADguez?= Date: Thu, 11 Dec 2025 11:18:49 +0100 Subject: [PATCH 1/2] FIX seller role to use owner --- src/app/shared/cart-drawer/cart-drawer.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/cart-drawer/cart-drawer.component.ts b/src/app/shared/cart-drawer/cart-drawer.component.ts index 59dd3d1a..283cb98c 100644 --- a/src/app/shared/cart-drawer/cart-drawer.component.ts +++ b/src/app/shared/cart-drawer/cart-drawer.component.ts @@ -143,7 +143,7 @@ export class CartDrawerComponent implements OnInit{ const groupedByOwner: any[][] = Object.values( this.items.reduce((groups: any, item: any) => { const owner = item.relatedParty - ?.find((rp: any) => rp.role === 'Seller') + ?.find((rp: any) => rp.role === 'Owner') ?.id; if (owner) { From fd3f73bf433060bdf01cc80116760595d7a007a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lara=20Mi=C3=B1ones=20Rodr=C3=ADguez?= Date: Thu, 11 Dec 2025 11:33:18 +0100 Subject: [PATCH 2/2] ADD data-cy ids to catalogue --- .../create-catalog/create-catalog.component.html | 4 ++-- .../update-catalog/update-catalog.component.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/pages/seller-offerings/offerings/seller-catalogs/create-catalog/create-catalog.component.html b/src/app/pages/seller-offerings/offerings/seller-catalogs/create-catalog/create-catalog.component.html index eaf7d854..93d6e87c 100644 --- a/src/app/pages/seller-offerings/offerings/seller-catalogs/create-catalog/create-catalog.component.html +++ b/src/app/pages/seller-offerings/offerings/seller-catalogs/create-catalog/create-catalog.component.html @@ -142,7 +142,7 @@

@if(currentStep === 1){ - -