Skip to content
Snippets Groups Projects
Commit b0e31843 authored by Ere Maijala's avatar Ere Maijala
Browse files

Fixed displaying hierarchical facet values without translations in the facet tree.

parent 99a02f12
No related merge requests found
......@@ -207,7 +207,8 @@ class HierarchicalFacetHelper
$displayText = $item['displayText'];
if ($displayText == $item['value']) {
// Only show the current level part
$displayText = $this->formatDisplayText($displayText);
$displayText = $this->formatDisplayText($displayText)
->getDisplayString();
}
list($level, $value) = explode('/', $item['value'], 2);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment