From version < 20.1 >
edited by Josef Vencl
on 2020/04/20 10:01
To version < 19.1 >
edited by Josef Vencl
on 2020/04/20 09:59
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,10 +25,8 @@
25 25  {{velocity}}
26 26  
27 27  #foreach ($l in $xwiki.search("select link.id.link, link.fullName from XWikiLink link where link.id.link not in (select distinct doc.fullName from XWikiDocument doc)"))
28 -#if ($l.get(1) != "Sandbox.WebHome" && $l.get(0).toString().startsWith("Competent"))
28 +#if ($l.get(1) != "Sandbox.WebHome" && $l.toString().startsWith("Competent"))
29 29   * [[$l.get(1)]] -> [[$l.get(0)]]
30 -#else
31 - * $l.get(0)
32 32  #end
33 33  #end
34 34  {{/velocity}}