Changes for page How to start an XWiki access-rights review
Last modified by Alex Cotiuga on 2026/07/13 06:45
From version 2.6
edited by Alex Cotiuga
on 2026/06/08 18:06
on 2026/06/08 18:06
Change comment:
There is no comment for this version
To version 2.5
edited by Alex Cotiuga
on 2026/06/08 18:05
on 2026/06/08 18:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -203,7 +203,7 @@ 203 203 </p> 204 204 {{/html}} 205 205 206 -{{code}} 206 +{{code language="velocity"}} 207 207 #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") 208 208 #set ($pages = $services.query.xwql($query).execute()) 209 209