We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc73a4 commit cf368f1Copy full SHA for cf368f1
1 file changed
MDX2JSON/Users.cls.xml
@@ -34,7 +34,8 @@ Get <b>App</b> configuration for <b>User</b>]]></Description>
34
zn "%SYS"
35
set st =##class(Security.Users).Get(User,.Properties)
36
zn ns
37
- return $lg($g(Properties("Attributes",App)))
+ set setting = $g(Properties("Attributes",App),$lb(""""""))
38
+ return $lg(setting)
39
]]></Implementation>
40
</Method>
41
0 commit comments