Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-736

Default virtual navigations are disabled randomly

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 2.3
    • Fix Version/s: 2.3.3, 2.4
    • Component/s: None
    • Backlog priority:
      125

      Description

      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>
      
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: