Skip to content

Commit

Permalink
Fix range slider label with deferred facets. (vufind-org#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala authored Sep 25, 2024
1 parent 817f292 commit 8da3fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/VuFind/src/VuFind/AjaxHandler/GetSideFacets.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ protected function formatFacets(
} else {
$context['facet'] = $facet;
$context['cluster'] = $facetSet[$facet] ?? [
'label' => $results->getParams()->getFacetLabel($facet),
'list' => [],
];
$context['collapsedFacets'] = [];
Expand Down

0 comments on commit 8da3fcc

Please sign in to comment.