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

From version 2.2
edited by Agnease
on 2026/06/08 18:02
Change comment: There is no comment for this version
To version 2.3
edited by Agnease
on 2026/06/08 18:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -202,8 +202,7 @@
202 202   places where local rights may exist.
203 203   </p>
204 204  
205 -{{code}}
206 -{{velocity}}
205 +{{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  
... ... @@ -215,7 +215,6 @@
215 215   | [[$page]] | yes
216 216   #end
217 217  #end
218 -{{/velocity}}
219 219  {{/code}}
220 220  
221 221   <p>