Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 10.43
edited by Tobias Wintrich
on 2021/09/28 08:49
on 2021/09/28 08:49
Change comment:
There is no comment for this version
To version 10.45
edited by Tobias Wintrich
on 2021/09/28 08:51
on 2021/09/28 08:51
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -20,9 +20,9 @@ 20 20 <li> 21 21 [[$rdoc2.getDisplayTitle()>>$rdoc2.fullName]] 22 22 </li> 23 - results3false)24 - query3 = $services.query.xwql('where doc.parent=:docorder by doc.titleasc'))25 - query.bindValue('doc', $rdoc2).execute())23 + #set($query3="where doc.parent='$rdoc2'") 24 + #set($results3 = false) 25 + #set($results3 = $xwiki.searchDocuments($query3, 0, 0)) 26 26 <ul> 27 27 #foreach($rdoc2 in $results3) 28 28 #set($rdoc3 = $xwiki.getDocument($rdoc2).getTranslatedDocument())