From 96e5bcaef8ff2491b829a63d33c3b45aaa7ca051 Mon Sep 17 00:00:00 2001 From: Vekeryk Date: Thu, 7 Nov 2024 14:46:44 +0200 Subject: [PATCH] ES-5026: Product Filter's configured Display Name does not appear on the "Show More" modal window --- CHANGELOG.md | 1 + templates/components/faceted-search/show-more-facets.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 970b00e146..b945984c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Fix product filter display name in Show More modal window [#2510](https://github.com/bigcommerce/cornerstone/pull/2510) - Bulk pricing modal on PLP only displays information for the first product [#2501](https://github.com/bigcommerce/cornerstone/pull/2501) - Adding missing product reviews form validation [#2475](https://github.com/bigcommerce/cornerstone/pull/2475) - Fix GH build action & added package version and short commit hash to artifact names in GitHub Actions workflow for improved traceability and uniqueness. ([#2494](https://github.com/bigcommerce/cornerstone/pull/2494)) diff --git a/templates/components/faceted-search/show-more-facets.html b/templates/components/faceted-search/show-more-facets.html index c5724c77b0..c93e052b56 100644 --- a/templates/components/faceted-search/show-more-facets.html +++ b/templates/components/faceted-search/show-more-facets.html @@ -1,6 +1,10 @@