Changes for page Rangee Index

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

From version 10.38
edited by Tobias Wintrich
on 2021/09/28 08:44
Change comment: There is no comment for this version
To version 10.39
edited by Tobias Wintrich
on 2021/09/28 08:45
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -12,7 +12,7 @@
12 12   [[$rdoc.getDisplayTitle()>>$rdoc.fullName]]
13 13   </li>
14 14   #set($results2 = false)
15 - #set($query2 = $services.query.xwql(where doc.parent=:doc2 order by doc.title asc))
15 + #set($query2 = $services.query.xwql('where doc.parent=:doc2 order by doc.title asc'))
16 16   #set($results2 = $query.bindValue('doc2', $rdoc).execute())
17 17   <ul>
18 18   #foreach($rdoc in $results2)