11-29-2013 10:39 AM
Hi guys !
I've used this page to disable the virtual navigation tabs from an xml extension like :
<extension target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService"
point="trees">
<directoryTree name="bySubjectsNavigation" enabled="false"/>
<directoryTree name="byCoverageNavigation" enabled="false" />
</extension>
<extension target="org.nuxeo.ecm.platform.virtualnavigation.NavTreeService"
point="navigationTree">
<navTree treeId="facetedSearch" enabled="false"/>
<navTree treeId="TAG_CLOUD" enabled="false"/>
</extension>
Those two extensions removes all tabs from the left column except the default one.
Unfortunately I also need to enable them for some users or with a condition on the current workspace path...
Is there a way to do this ?
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.