File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Wrapper for ##class(MDX2JSON.Users).GetConfig()</Description>
266266<FormalSpec >Application</FormalSpec >
267267<ReturnType >%Status</ReturnType >
268268<Implementation ><![CDATA[
269- w "{""Config"":" _ ##class(MDX2JSON.Users).GetConfig(Application) _ "}"
269+ w "{"_$$$ZENJSPAIR( "Config", ##class(MDX2JSON.Users).GetConfig(Application))_ "}"
270270 return $$$OK
271271]]> </Implementation >
272272</Method >
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ 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- set setting = $g(Properties("Attributes",App),$lb(""""""))
38- return $lg(setting)
37+ return $lg($g(Properties("Attributes",App)))
3938]]> </Implementation >
4039</Method >
4140
You can’t perform that action at this time.
0 commit comments