Skip to content

Commit 3081e4e

Browse files
committed
Move 15.3+ output fix to correct place
1 parent a2edf6f commit 3081e4e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/DashboardFilters.cls.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

MDX2JSON/Utils.cls.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)