When using system schema widgets in listing, field binding is missing the "data" attribute.
This can lead to errors on the JSF interface like:
value="#
{value['versionLabel']}": Property 'versionLabel' not found on type org.nuxeo.ecm.platform.query.api.PageSelection
or
value="#
{value['proxy']}": Property 'versionLabel' not found on type org.nuxeo.ecm.platform.query.api.PageSelection
- is required by
-
NXS-1010 Fix result layout when using field or schema containing character "-" in its name
- Resolved