Last modified by Agnease on 2026/06/08 18:37

From version 2.4
edited by Agnease
on 2026/06/08 18:05
Change comment: There is no comment for this version
To version 2.5
edited by Agnease
on 2026/06/08 18:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -202,6 +202,7 @@
202 202   places where local rights may exist.
203 203   </p>
204 204  {{/html}}
205 +
205 205  {{code language="velocity"}}
206 206  #set ($query = "select distinct doc.fullName from XWikiDocument doc, BaseObject obj where obj.name = doc.fullName and obj.className = 'XWiki.XWikiRights' order by doc.fullName asc")
207 207  #set ($pages = $services.query.xwql($query).execute())