We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967f409 commit 92db48dCopy full SHA for 92db48d
MDX2JSON/Dashboard.cls.xml
@@ -87,7 +87,7 @@ Converts relevant parts of %DeepSee.Dashboard.Widget object into %ZEN.proxyObjec
87
set obj.mdx = mdx
88
set obj.basemdx = basemdx
89
set obj.type =Widget.subtype
90
- set obj.title = Widget.title
+ set obj.title = ##class(%DeepSee.UserPortal.Utils).%ResolveText(Widget.title) /// $$$ support
91
set obj.key = Widget.key
92
set obj.dataSource = Widget.dataSource
93
set obj.drillDownDataSource = Widget.drillDownDataSource
0 commit comments