<
From version < 5.1 >
edited by Sebastian Sams
on 2019/04/23 16:13
To version < 7.1
edited by Administrator
on 2021/08/11 11:37
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-ui/12.10.7]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ssams
1 +XWiki.Admin
XWiki.WikiMacroClass[0]
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 = $mathtool.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'))
Copyright 2018 - Österreichisches Weltraum Forum. All rights reserved.