-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 8.2
-
Component/s: Explorer
-
Epic Link:
-
Tags:
-
Backlog priority:500
-
Upgrade notes:
-
Team:AT
-
Sprint:nxProduct-8.3-RELEASE, nxProduct-8.4-1, nxProduct-8.4-2, nxProduct-8.4-3, nxAT 11.1.11, nxAT 11.1.12, nxAT 11.1.13, nxAT 11.1.14
-
Story Points:3
Only the last contribution is displayed in Explorer.
For instance, http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20DM-8.2/viewComponent/org.nuxeo.ecm.platform.webapp.base.properties contains 5 contributions to the "configuration" extension point whereas http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20DM-8.2/viewExtensionPoint/org.nuxeo.runtime.ConfigurationService--configuration only displays the last contribution
<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService"> <documentation> Controls whether iterations in document listings are done using build-time tag c:forEach or render-time tag ui:repeat (which is much more efficient on large content). Using render-time iterations may break some behaviours, this property is mainly useful for backport of optimizations on maintenance branches. @since 8.2 </documentation> <property name="nuxeo.jsf.listings.useRepeatRenderTime">true</property> </extension>