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
- duplicates
-
XCOMMONS-507 DefaultExtensionManager should resolve in InstalledExtensionRepository too when passed an exact ExtensionId
- Closed
- is related to
-
XCOMMONS-507 DefaultExtensionManager should resolve in InstalledExtensionRepository too when passed an exact ExtensionId
- Closed