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
on 2021/09/28 10:30
Change comment:
There is no comment for this version
To version 12.8
edited by Tobias Wintrich
on 2021/09/28 10:27
on 2021/09/28 10:27
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -1,5 +1,5 @@ 1 1 {{velocity}} 2 -{{tree links="true" edges="false"}} 2 +##{{tree links="true" edges="false"}} 3 3 #set($depth = $wikimacro.parameters.depth) 4 4 {{html wiki=true}} 5 5 <ul> ... ... @@ -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 ... ... @@ -79,5 +79,5 @@ 79 79 </ul> 80 80 81 81 {{/html}} 82 -{{/tree}} 82 +##{{/tree}} 83 83 {{/velocity}}