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
-
... ... @@ -205,15 +205,15 @@ 205 205 {{/velocity}} 206 206 207 207 {{code}} 208 -#set ($query = " select distinct doc.fullName fromXWikiDocumentdoc, BaseObject obj where obj.name = doc.fullName and obj.className= 'XWiki.XWikiRights'order by doc.fullName asc")208 +#set ($query = "from doc.object(XWiki.XWikiRights) rights order by doc.fullName asc") 209 209 #set ($pages = $services.query.xwql($query).execute()) 210 210 211 211 #if ($pages.isEmpty()) 212 212 No pages with local XWiki rights were found. 213 213 #else 214 - |= Page |= Local rightsfound214 + |= Page |= Review note 215 215 #foreach ($page in $pages) 216 - | [[$page]] | yes216 + | [[$page]] | Local rights configured 217 217 #end 218 218 #end 219 219 {{/code}}