Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 10.20
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
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,7 +9,7 @@ 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>