Skip to content

Commit 2278e92

Browse files
committed
Widget properties
1 parent 27ca445 commit 2278e92

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

MDX2JSON/Dashboard.cls.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ Converts relevant parts of %DeepSee.Dashboard.Widget object into %ZEN.proxyObjec
153153
} while key'=""
154154
}
155155
156+
set obj.properties = ##class(%ArrayOfDataTypes).%New()
157+
do {
158+
set property = Widget.properties.GetNext(.key)
159+
do:(key'="") obj.properties.SetAt(property,key)
160+
} while key'=""
161+
156162
return obj
157163
]]></Implementation>
158164
</Method>

0 commit comments

Comments
 (0)