Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 10.21
edited by Tobias Wintrich
on 2021/09/28 08:30
on 2021/09/28 08:30
Change comment:
There is no comment for this version
To version 10.19
edited by Tobias Wintrich
on 2021/09/28 08:29
on 2021/09/28 08:29
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -9,11 +9,11 @@ 9 9 $results 10 10 $doc.document 11 11 #foreach($docname in $results) 12 - #set($rdoc = $xwiki.getDocument($doc .document).getTranslatedDocument())12 + #set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 13 13 <li> 14 14 [[$rdoc.getDisplayTitle()>>$rdoc.fullName]] 15 15 </li> 16 - #set($query2="where doc.parent='$doc .document' order by doc.title asc")16 + #set($query2="where doc.parent='$rdoc' order by doc.title asc") 17 17 #set($results2 = false) 18 18 #set($results2 = $xwiki.searchDocuments($query2)) 19 19 <ul>