Changes for page Children Macro
Last modified by Ricardo Julio Rodríguez Fernández on 2026/06/16 04:25
From version 5.1
edited by Ricardo Julio Rodríguez Fernández
on 2026/06/16 04:25
on 2026/06/16 04:25
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/18.4.1]
To version 4.1
edited by Ricardo Julio Rodríguez Fernández
on 2026/05/24 12:47
on 2026/05/24 12:47
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/18.3.0]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -2,7 +2,7 @@ 2 2 ## Escape special characters in the macro parameter value. 3 3 #set ($sort = $xcontext.macro.params.sort.replaceAll('([~"])', '~$1')) 4 4 #if ("$!xcontext.macro.params.root" != '') 5 - #set ($root = $xcontext.macro.params.root .replaceAll('([~"])', '~$1'))5 + #set ($root = $xcontext.macro.params.root) 6 6 #else 7 7 #set ($root = 'document:') 8 8 #end