Skip to content

Commit cf368f1

Browse files
committed
Fix for json
1 parent bfc73a4 commit cf368f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MDX2JSON/Users.cls.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Get <b>App</b> configuration for <b>User</b>]]></Description>
3434
zn "%SYS"
3535
set st =##class(Security.Users).Get(User,.Properties)
3636
zn ns
37-
return $lg($g(Properties("Attributes",App)))
37+
set setting = $g(Properties("Attributes",App),$lb(""""""))
38+
return $lg(setting)
3839
]]></Implementation>
3940
</Method>
4041

0 commit comments

Comments
 (0)