Changes for page How to start an XWiki access-rights review
Last modified by Agnease on 2026/06/08 18:37
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -202,7 +202,8 @@ 202 202 places where local rights may exist. 203 203 </p> 204 204 {{/html}} 205 -{{code language="velocity"}} 205 + 206 +{{code}} 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()) 208 208