Changes for page Space Index
Last modified by Administrator on 2025/06/25 21:48
From 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]
To version
5.1


edited by Administrator
on 2020/12/29 00:17
on 2020/12/29 00:17
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-ui/12.10.2]
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 = $m athtool.toInteger($limit))9 + #set ($limit = $numbertool.toNumber($limit).intValue()) 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'))