Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 770b2b1792ed278d1f0181d2be182dca0daa16ae https://github.com/xwiki/xwiki-platform/commit/770b2b1792ed278d1f0181d2be182... Author: LucasC <[email protected]> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ConfigurableClassMacros.xml Log Message: ----------- XWIKI-20437: Wrong order of categories in space administration (#4813) * Split the code of the findCustomSectionsToConfigure macro to make it a bit more readable/reusable. * Made a second lookup to get all the categories in all the cases, so that we always get all the order information. * The structures used are complex for velocity, so deep copying was needed at some point. * The $query initialization was unnecessary on modern XS. * Added comments to explain a bit more the process. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications