Changes for page Query Users
Last modified by bougault on 2023/09/28 17:01
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,8 +14,7 @@ 14 14 #if($email != "") 15 15 $warnings.add("user $userId email does not match privacy rules") 16 16 #end 17 - $zaza = $obj.getValue("user_name") 18 - $userIds.add("x = $zaza") 17 + $userIds.add($userId) 19 19 #end 20 20 {{/velocity}} 21 21 ... ... @@ -29,7 +29,7 @@ 29 29 </ul> 30 30 <ul> 31 31 #foreach($user in $userIds) 32 - <li>$user</li> 31 + <li>$user.replaceFirst('XWiki.', '')</li> 33 33 #end 34 34 </ul> 35 35 {{/html}}