Fix for DSpace#2328 Highlighting the sidebar filter facets if any val…#4078
Fix for DSpace#2328 Highlighting the sidebar filter facets if any val…#4078Bhoma38 wants to merge 2 commits intoDSpace:mainfrom
Conversation
…ue is selected
|
It doesn’t seem to be working for me, might require further testing DSpace.Repository.-.Sidebar_converted.mp4 |
|
@tdonohue, |
|
@PitbaranK : This PR already has unresolved feedback from another developer. See above comment. Please resolve or respond to their feedback. Keep in mind, I do not have time myself to review every single PR. Therefore, other developers will volunteer time for reviews/testing. |
|
@kanasznagyzoltan, Can you please test it further and provide feedback if any? |
[DSC-2703] add whitelist to DsEscapeHtml, adopt it where needed Approved-by: Francesco Molinaro

Description
Fixes #2328
Collapsed sidebar filter facets should indicate if a value is selected
Instructions for Reviewers
When users apply multiple filters on the /search page, they often collapse individual facets. This makes it difficult to track which filters are active without expanding each section.
Expected Behavior
Sidebar filter facets should clearly indicate if they're "active", especially when they're collapsed.
List of Changes in this PR:
Steps to Test and Reproduce the Behavior:
On the /search page, when you select a checkbox within a filter, the filter becomes active. If you collapse the filter, it remains active as long as a checkbox is selected. If no checkbox is selected, the filter is not activated.