-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8-SNAPSHOT
-
Fix Version/s: 5.8.0-HF01, 5.9.1
-
Component/s: Faceted Search (deprecated), Seam / JSF UI
-
Tags:
In a workspace Faceted search configuration (Manage -> Locale Configuration -> Faceted search configuration), the selected value are bound to:
public Set<ContentViewHeader> getSelectedContentViewHeaders(
...
}
This method returns a HashSet of which elements are sorted randomly. This is a problem since the order of the elements actually matters. Indeed, it will determine which Faceted search shall be activated by default on a given workspace.
We need to replace by Set by ordered list.