Skip to content

Commit b06ab9a

Browse files
committed
$$$ support for filter labels
1 parent b024578 commit b06ab9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/Dashboard.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Converts %DeepSee.Dashboard.Control object into %ZEN.proxyObject, handles run-ti
178178
set control = Widget.controls.GetAt(Number)
179179
set obj = ##class(%ZEN.proxyObject).%New()
180180
set obj.action = control.action
181-
set obj.label = control.label
181+
set obj.label = ##class(%DeepSee.UserPortal.Utils).%ResolveText(control.label)
182182
set obj.location = control.location
183183
set obj.readOnly = control.readOnly
184184
set obj.name = control.name

0 commit comments

Comments
 (0)