Skip to content

Commit 4921dc9

Browse files
committed
Add fix for old dashboard
1 parent 3081e4e commit 4921dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/Utils.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Using dashboard name get JSON representation (array of ("type","title","mdx")) o
220220
221221
set st = ##class(MDX2JSON.Dashboard).WidgetsToProxyObject(dash, .widgetlist)
222222
return:($$$ISERR(st)) st
223-
223+
w "" // weird hack required for 15.3
224224
$$$DynObjToJSON(widgetlist)
225225
} catch ex {
226226
set st = ex.AsStatus()

0 commit comments

Comments
 (0)