File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Converts %DeepSee.Dashboard.Definition widgets into %ZEN.proxyObject.</Descripti
1414<FormalSpec>Dashboard:%DeepSee.Dashboard.Definition,*Widgetlist:%ZEN.proxyObject</FormalSpec>
1515<ReturnType>%Status</ReturnType>
1616<Implementation><![CDATA[
17- w "" // weird hack required for 15.3
1817 #Dim widget As %DeepSee.Dashboard.Widget
1918 set Widgetlist = $$$NewDynObj
2019 set Widgetlist.widgets = $$$NewDynObjList
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ Using dashboard name get JSON representation of all its' widgets and filters.<br
244244
245245 set st = ##class(MDX2JSON.DashboardFilters).WidgetsToProxyObject(dash, .widgetlist)
246246 return:($$$ISERR(st)) st
247+ w "" // weird hack required for 15.3
247248 $$$DynObjToJSON(widgetlist)
248249 } catch ex {
249250 set st = ex.AsStatus()
You can’t perform that action at this time.
0 commit comments