From ddb7515a73b99469aa6b0daa2204d6d4727c60b7 Mon Sep 17 00:00:00 2001 From: Henry Taeschner Date: Wed, 31 Jul 2024 10:58:08 +0200 Subject: [PATCH] feat: fix use of select button in search criteria --- .../app-search/app-search.component.html | 21 ++++++++++++------- .../app-search/app-search.component.ts | 14 ++++++++++++- src/assets/i18n/de.json | 3 ++- src/assets/i18n/en.json | 3 ++- 4 files changed, 30 insertions(+), 11 deletions(-) diff --git a/src/app/product-store/app-search/app-search.component.html b/src/app/product-store/app-search/app-search.component.html index 60132dc..75fc9ea 100644 --- a/src/app/product-store/app-search/app-search.component.html +++ b/src/app/product-store/app-search/app-search.component.html @@ -11,8 +11,8 @@ - +
- {{ 'ACTIONS.SEARCH.APP.FILTER.TOOLTIP' | translate }} + {{ 'ACTIONS.SEARCH.APP.FILTER.LABEL' | translate }}
- + {{ item.value }}
- {{ 'ACTIONS.SEARCH.APP.QUICK_FILTER.' + appSearchCriteriaGroup.controls['appType'].value | translate }} + {{ 'ACTIONS.SEARCH.APP.QUICK_FILTER.' + appTypeFilterValue | translate }}
@@ -93,7 +98,7 @@ tooltipPosition="top" tooltipEvent="hover" > - {{ 'ACTIONS.SEARCH.APP.FILTER.TOOLTIP' | translate }} + {{ 'ACTIONS.SEARCH.APP.FILTER.LABEL' | translate }}