xwikisas / application-licensing

Manage and enforce application licenses for pro extensions
GNU Lesser General Public License v2.1
1 stars 8 forks source link

Licensing section doesn't appear in the Administration page. #145

Closed trrenty closed 1 year ago

trrenty commented 1 year ago

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.

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

gdelhumeau commented 1 year ago

I have reported the same issue: https://github.com/xwikisas/application-licensing/issues/144

trrenty commented 1 year ago

Then I'll be closing this as duplicate.