-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.10, 9.1
-
Component/s: Seam / JSF UI
Fields of the first line of results with filter related to a vocabulary keep the data of the line before filtering
This has been reported in 7.10 and 8.10 but cannot be reproduced.
The solution was to use the following contribution to make the issue disappear:
<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>