Changes for page Rangee Index

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

From version 12.18
edited by Tobias Wintrich
on 2021/09/28 11:48
Change comment: There is no comment for this version
To version 12.16
edited by Tobias Wintrich
on 2021/09/28 11:46
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -8,7 +8,7 @@
8 8   #set($results = $query.bindValue('doc', $doc.fullName).addFilter('currentlanguage').execute())
9 9   #foreach($docname in $results)
10 10   #set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
11 - <li class="$docname.getLanguage()
11 + <li class="$rdoc.getLanguage()
12 12   #if ($depth > 0)
13 13   jstree-open
14 14   #end