Skip to content

Commit 79c8286

Browse files
authored
Update Dashboard.cls
Add new parameter to showing kpi class for context menu button
1 parent ea106f2 commit 79c8286

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MDX2JSON/Dashboard.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ ClassMethod WidgetToProxyObject(Widget As %DeepSee.Dashboard.Widget, CubeName As
149149
if $piece(Widget.dataSource, ".", *) = "kpi" {
150150
set kpiClass = ##class(%DeepSee.Utils).%GetKPIClass(Widget.dataSource)
151151
set obj.kpitype = $classmethod(kpiClass, "%GetSourceType")
152+
set obj.kpiclass = kpiClass // showing kpi class for implementing context menu button for kpi
152153

153154
}
154155

0 commit comments

Comments
 (0)