Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-9824

EM does not display the namespaces of installed extension

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Blocker
    • None
    • 5.3
    • Extension
    • Unknown
    • N/A
    • N/A

    Description

      The description tab of an installed extension should display the namespaces where the extension has been installed. This does not work. Looking at extension.vm, you find the following condition:

      #if ($extension.isInstalled())
        #displayExtensionDetails_description_wikis($extension)
      #end
      

      This is always false since $extension is issued from org.xwiki.extension.script.ExtensionManagerScriptService#resolve() which returns a LocalExtension not an InstalledExtension, the interface implementing isInstalled() and getNamespaces().

      Attachments

        Issue Links

          Activity

            People

              tmortagne Thomas Mortagne
              softec Denis Gervalle
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: