From 5f945495391507d8734daf45b87c4a8b2a3ef157 Mon Sep 17 00:00:00 2001 From: Nino Date: Tue, 2 Dec 2025 16:32:57 +0100 Subject: [PATCH] fix(oms-return-details): Dropdown Label and Select Bullet Styling Adjustments Ref: #5513 --- ...s-order-group-item-controls.component.html | 12 ++++----- ...ils-order-group-item-controls.component.ts | 25 +++++++++++-------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/libs/oms/feature/return-details/src/lib/return-details-order-group-item-controls/return-details-order-group-item-controls.component.html b/libs/oms/feature/return-details/src/lib/return-details-order-group-item-controls/return-details-order-group-item-controls.component.html index c0898367a..d19717aad 100644 --- a/libs/oms/feature/return-details/src/lib/return-details-order-group-item-controls/return-details-order-group-item-controls.component.html +++ b/libs/oms/feature/return-details/src/lib/return-details-order-group-item-controls/return-details-order-group-item-controls.component.html @@ -5,8 +5,8 @@ @for (quantity of quantityDropdownValues(); track quantity) { {{ @@ -17,11 +17,11 @@ } @for (kv of availableCategories; track kv.key) { {{ kv.value }} @@ -31,7 +31,7 @@ @if (canReturnReceiptItem()) { @if (!canReturnResource.isLoading() && selectable()) { - + canReturnReceiptItem(this.item())); + dropdownLabel = computed(() => { + const category = this.productCategory(); + return category ?? 'Produktart'; + }); + setProductCategory(category: ProductCategory | undefined) { if (!category) { category = ProductCategory.Unknown;