Skip to content

Commit 8c10ca6

Browse files
authored
Merge pull request #87 from teccod/master
Fill filters and PivotVariables post
2 parents e1790c3 + e243575 commit 8c10ca6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

MDX2JSON/Dashboard.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ ClassMethod GetWidgetCube(Dashboard As %DeepSee.Dashboard.Definition, WidgetNumb
363363
set cube = ##class(%DeepSee.Dashboard.Pivot).cubeNameGetStored(id)
364364
} else {
365365
// KPIs and Worksheets
366-
set cube = ""
366+
set cube = datasource
367367
}
368368
return cube
369369
}

module.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Export generator="Cache" version="25">
33
<Document name="MDX2JSON.ZPM"><Module>
44
<Name>MDX2JSON</Name>
5-
<Version>3.2.6</Version>
5+
<Version>3.2.7</Version>
66
<Description>RESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems IRIS. Also provides information about DeepSee objects.</Description>
77
<Packaging>module</Packaging>
88
<SourcesRoot>./</SourcesRoot>
@@ -13,7 +13,8 @@
1313
CookiePath="/MDX2JSON/"
1414
PasswordAuthEnabled="1"
1515
UnauthenticatedEnabled="1"
16-
DispatchClass="MDX2JSON.REST"
16+
DispatchClass="MDX2JSON.REST"
17+
Recurse="1"
1718
/>
1819
</Module>
1920
</Document></Export>

0 commit comments

Comments
 (0)