Following the release of version 1.24, the Licensing section is not present in the Administration Page anymore.
When the Licenses/Code/WebHome page was exported from an instance of XWiki v13.10, the configureGlobally property, being deprecated, was removed. Now, the scope property of the ConfigurableClass is empty causing the Licensing section not to be displayed.
Following the release of version 1.24, the Licensing section is not present in the Administration Page anymore.
When the
Licenses/Code/WebHome
page was exported from an instance of XWiki v13.10, theconfigureGlobally
property, being deprecated, was removed. Now, thescope
property of theConfigurableClass
is empty causing the Licensing section not to be displayed.To fix this problem, we need to set the scope of the ConfigurableClass to
WIKI
. See https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/13.7RC1/#HAllowtodisplayConfigurableClassinalladministrationpages