Uploaded image for project: 'Offre de formation'
  1. Offre de formation
  2. ODF-3755

Unable to access BO without pilotage plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 4.8.1, 4.9.0
    • 4.8.0
    • None
    • None
    • 4.8.1

      Container menu JS is declared with invalid JS class

      <extension id="org.ametys.odf.container.AddContainer"
                             point="org.ametys.core.ui.RibbonControlsManager"
                             class="org.ametys.core.ui.SimpleMenu">
                      <!-- 
                          This menu allows to add a container under selected container
                       -->
                      <class name="org.ametys.plugins.contentstree.ui.AddContentToCurrentSelectionClientSideElement">
                      	<label i18n="true">PLUGINS_ODF_TREE_CONTAINER_ADD_LABEL</label>
                          <description i18n="true">PLUGINS_ODF_TREE_CONTAINER_ADD_DESCRIPTION</description>
                      </class>
                      <menu-items>
                          <item ref="org.ametys.odf.container.AddContainer.create" primaryItem="true"/>
                          <item ref="org.ametys.odf.container.AddContainer.search"/>
                      </menu-items>
                      <right>ODF_Rights_Container_Add</right>
                  </extension>
      

      With pilotage plugin this menu is deactivated so we do not have the error

            laurence Laurence Aumeunier
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: