Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 10.18
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.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
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -7,8 +7,9 @@ 7 7 #set ($query = $services.query.xwql('where doc = :doc')) 8 8 #set($results = $query.bindValue('doc', $doc.document).execute()) 9 9 $results 10 + $doc.document 10 10 #foreach($docname in $results) 11 - #set($rdoc = $xwiki.getDocument($doc name).getTranslatedDocument())12 + #set($rdoc = $xwiki.getDocument($doc.document).getTranslatedDocument()) 12 12 <li> 13 13 [[$rdoc.getDisplayTitle()>>$rdoc.fullName]] 14 14 </li>