Skip to content

Commit 740c0e2

Browse files
authored
FIX: replace wrong parameter name
Parameter dataLink is not received because of this line
1 parent 04519fd commit 740c0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/Dashboard.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ ClassMethod WidgetToProxyObject(Widget As %DeepSee.Dashboard.Widget, CubeName As
142142
// Linked widgets processing
143143
set mdx = ""
144144
set basemdx = ""
145-
set obj.Link = Widget.dataLink
145+
set obj.dataLink = Widget.dataLink
146146
}
147147

148148
// datasource is a kpi

0 commit comments

Comments
 (0)