Hi,

I've incluided https://jira.nuxeo.com/browse/NXP-6411
changes in my Nuxeo 5.4.1 instance, to let Nuxeo disable
Navigation tree tabs. I've compiled and added the modified
bundle to Nuxeo.

I've added this snippet to a contrib in my plugin:


<require>org.nuxeo.platform.virtualnavigation.web</require>

  <extension
target="org.nuxeo.ecm.platform.ui.web.ContentViewService"
    point="contentViews">

    <contentView name="bySubjectsContentView"
enabled="false">
    </contentView>

    [ ... ]


But the subjects navigation tree tab still appears.

Do I need to add some other stuff ?

Thanks in advance.
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to