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
-
... ... @@ -10,7 +10,7 @@ 10 10 user $userId lastname does not match privacy rules 11 11 #end 12 12 13 - #set($email = $obj.get Value("email"))13 + #set($email = $obj.get("email")) 14 14 #if($email != "") 15 15 user $userId email does not match privacy rules 16 16 #end