Changes for page Children Macro

Last modified by Leon Poon on 2026/06/24 13:29

From version 12.1
edited by Leon Poon
on 2026/06/24 13:29
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.10.9]
To version 11.1
edited by Leon Poon
on 2026/04/27 14:21
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/17.10.7]

Summary

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