Default virtual navigations are disabled randomly
-------------------------------------------------

                 Key: NXS-736
                 URL: https://jira.nuxeo.com/browse/NXS-736
             Project: Nuxeo Studio
          Issue Type: Bug
    Affects Versions: 2.3
            Reporter: Alain Escaffre
             Fix For: 2.4, Short term backlog


Following documentation, the following XML code added as an XML Extension in 
Studio does not always make them disappear (the virtual navs) even after 
restarting the server
<extension target="org.nuxeo.ecm.webapp.directory.DirectoryTreeService"
    point="trees"> 
<directoryTree name="bySubjectsNavigation" label="base.navigation.subjects"
      contentView="bySubjectsContentView" field="subjects" schema="querynav" 
enabled="false"
      outcome="subjects_virtual_navigation"> 
      <directory>topic</directory> 
      <directory>subtopic</directory> 
    </directoryTree>
<directoryTree name="byCoverageNavigation" label="base.navigation.subjects"
      contentView="bySubjectsContentView" field="subjects" schema="querynav" 
enabled="false"
      outcome="subjects_virtual_navigation">
      <directory>topic</directory>
      <directory>subtopic</directory>
    </directoryTree>
</extension>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to