08-23-2013 04:32 PM
In my application Title is really long and I don't want to expose it into the tree navigation and use my field expressed into the schema mySchema and the field called shortTitle.
08-23-2013 04:41 PM
If you want to test quickly :
Replace line 47 the following content
<h:outputText value="#{nxd:titleOrId(node.document)}" />
by the that
<h:outputText value="#{node.document.dublincore.creator}" />
If you are satisfied :
Here is the content of the file:
<?xml version="1.0"?>
<fragment version="1">
<require>org.nuxeo.ecm.webapp.ui</require>
<install>
<!-- unzip the war template -->
<unzip from="${bundle.fileName}" to="/" prefix="web">
<include>web/nuxeo.war/**</include>
</unzip>
</install>
</fragment>
08-23-2013 04:41 PM
If you want to test quickly :
Replace line 47 the following content
<h:outputText value="#{nxd:titleOrId(node.document)}" />
by the that
<h:outputText value="#{node.document.dublincore.creator}" />
If you are satisfied :
Here is the content of the file:
<?xml version="1.0"?>
<fragment version="1">
<require>org.nuxeo.ecm.webapp.ui</require>
<install>
<!-- unzip the war template -->
<unzip from="${bundle.fileName}" to="/" prefix="web">
<include>web/nuxeo.war/**</include>
</unzip>
</install>
</fragment>
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.