Changes for page NavigationConfigurationSheet
Last modified by SuperNico Laub on 2025/09/18 17:54
From version 1.1
edited by superadmin
on 2025/05/22 17:44
on 2025/05/22 17:44
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-panels-ui/16.10.8]
To version 2.1
edited by SuperNico Laub
on 2025/09/18 17:54
on 2025/09/18 17:54
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-panels-ui/17.7.0]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.super admin1 +xwiki:XWiki.supernico
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -509,7 +509,7 @@ 509 509 // Pinned child pages storage requires partial URL escaping because entries that correspond to nested pages are 510 510 // suffixed with slash (in order to distinguish them from terminal pages). We don't need to add the slash suffix 511 511 // here because top level pages are always nested. 512 - return topLevelSpaceName.replaceAll('%', '%25').replaceAll('/', '%2F'); 512 + return topLevelSpaceName.replaceAll('%', '%25').replaceAll('/', '%2F').replaceAll('+', '%2B'); 513 513 }); 514 514 // We need to ensure to never send a unique value to the server to avoid having a unique string splitted using 515 515 // standard separators. See also XWIKI-22885