Changes for page Rangee Index

Last modified by Tobias Wintrich on 2025/06/04 09:20

From version 12.10
edited by Tobias Wintrich
on 2021/09/28 10:30
Change comment: There is no comment for this version
To version 12.9
edited by Tobias Wintrich
on 2021/09/28 10:28
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -20,7 +20,7 @@
20 20   #set($results2 = $query2.bindValue('doc', $docname).addFilter('currentlanguage').execute())
21 21   <ul>
22 22   #foreach($rdoc in $results2)
23 - #set($rdoc2 = $xwiki.getDocument($rdoc).getDocument())
23 + #set($rdoc2 = $xwiki.getDocument($rdoc).getTranslatedDocument())
24 24   <li class="
25 25   #if ($depth > 1)
26 26   jstree-open
... ... @@ -33,7 +33,7 @@
33 33   #set($results3 = $query3.bindValue('doc', $rdoc).addFilter('currentlanguage').execute())
34 34   <ul>
35 35   #foreach($rdoc2 in $results3)
36 - #set($rdoc3 = $xwiki.getDocument($rdoc2).getDocument())
36 + #set($rdoc3 = $xwiki.getDocument($rdoc2).getTranslatedDocument())
37 37   <li class="
38 38   #if ($depth > 2)
39 39   jstree-open