File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Classes with support methods for testing MDX2JSON</Description>
88
99<Parameter name =" LastCommit" >
1010<Type >%String</Type >
11- <Default >2c52c0c4eb9b5c36067647e91c97909f7a59c8fb </Default >
11+ <Default >4dd1d0e9693fcdd7e5e3a59a87634ac65d018baf </Default >
1212</Parameter >
1313
1414<Parameter name =" LastCommitTS" >
1515<Type >%TimeStamp</Type >
16- <Default >2017-02-14 10:40:46.472 </Default >
16+ <Default >2017-03-01 16:36:01.224 </Default >
1717</Parameter >
1818
1919<Method name =" ProjectLength" >
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Get <b>App</b> configuration for <b>User</b>]]></Description>
1414<FormalSpec >App:%String,User:%String=$Username</FormalSpec >
1515<ReturnType >%String</ReturnType >
1616<Implementation ><![CDATA[
17+ set App = $zcvt(App, "U")
1718 set config = $g($$$Global($$$Settings, User, App))
1819 set:((config="")||($Roles[$$$DefaultSettingsRole)) config = $g($$$Global($$$Settings, $$$DefaultUser, App))
1920 return config
@@ -27,6 +28,7 @@ Set <b>App</b> configuration for <b>User</b> equal to <b>Config</b>]]></Descript
2728<FormalSpec >App:%String,Config:%String="",User:%String=$Username</FormalSpec >
2829<ReturnType >%Status</ReturnType >
2930<Implementation ><![CDATA[
31+ set App = $zcvt(App, "U")
3032 if ($Roles[$$$DefaultSettingsRole) {
3133 set $$$Global($$$Settings, $$$DefaultUser, App) = Config
3234 } else {
You can’t perform that action at this time.
0 commit comments