-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 8.10, 9.10, 10.1
-
Fix Version/s: HOTFIX_9.10, HOTFIX_10.10, 11.x
-
Component/s: Seam / JSF UI
-
Tags:
-
Backlog priority:500
-
Sprint:nxfit 11.1.10
-
Story Points:3
This issue was worked on earlier (NXP-22345) but not solved completely.
- Install 8.10, all hotfixes, nuxeo-jsf-ui, nuxeo-csv
- Log in, import example.csv attached to this ticket
- Go to faceted search, switch to list view, edit result columns and add Nature
- In search form, select the first three options for nature, then deselect the first one
- Note that the first item in the results list shows the nature which has been deselected (and when inspected the document will not have that nature)
Issue was not present in 7.10 (HF40)
Issue confirmed on 8.10 (HF29), 9.10 (HF07) and 10.1
Like before, setting nuxeo.jsf.listings.useRepeatRenderTime to false will mitigate it:
<require>org.nuxeo.ecm.platform.webapp.base.properties</require> <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration"> <property name="nuxeo.jsf.listings.useRepeatRenderTime">false</property> </extension>
- is related to
-
NXP-22345 Fields of the first line of results with filter related to a vocabulary keep the data of the line before filtering
- Resolved
-
NXP-29823 Fix update of a string in a multivalued complex with the "Single Directory Suggestion" widget
- Resolved
-
NXP-24849 Fix data displayed in a content view after enabling a filter
- Resolved