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($obj.getValue("username")) 19 19 #end 20 20 {{/velocity}} 21 21