Changes for page Space Index
Last modified by Administrator on 2025/06/25 21:48
From version
6.1


edited by Administrator
on 2021/12/30 20:02
on 2021/12/30 20:02
Change comment:
Migrated property [priority] from class [XWiki.WikiMacroClass]
To version
3.1


edited by Administrator
on 2019/02/02 16:07
on 2019/02/02 16:07
Change comment:
Migrated property [async_enabled] from class [XWiki.WikiMacroClass]
Summary
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -6,7 +6,7 @@ 6 6 ## 100 documents displayed by default if no value is specified 7 7 #set ($limit = '100') 8 8 #end 9 - #set ($limit = $ numbertool.toNumber($limit).intValue())9 + #set ($limit = $mathtool.toInteger($limit)) 10 10 ## Compute the XWQL portion related to sorting, based on the passed "sort" parameter 11 11 ## Valid values are "creationDate", "modificationDate" and "docName" 12 12 #set ($sort = $xcontext.macro.params.get('sort'))