Skip to content

Commit ab17465

Browse files
rollback to export to CSV format
1 parent 4a87491 commit ab17465

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

export/LightPivotTable-DeepSeePortlet.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<Class name="DeepSee.LightPivotTable">
1313
<Super>%DeepSee.Component.Portlet.abstractPortlet</Super>
14-
<TimeChanged>63566,4522.006886</TimeChanged>
14+
<TimeChanged>63566,64055.555603</TimeChanged>
1515
<TimeCreated>63515,61322.546099</TimeCreated>
1616

1717
<Parameter name="INCLUDEFILES">
@@ -248,13 +248,13 @@
248248
<Implementation><![CDATA[
249249
if (!this.LightPivotTable) return;
250250
251-
if (location.pathname.indexOf("DeepSee") > -1) {
252-
window.open(
253-
location.href.replace(/(%|_)(25)?DeepSee.*/, "_DeepSee.UI.MDXExcel.zen?MDX=")
254-
+ encodeURIComponent(this.LightPivotTable.getActualMDX())
255-
);
256-
return;
257-
}
251+
//if (location.pathname.indexOf("DeepSee") > -1) {
252+
// window.open(
253+
// location.href.replace(/(%|_)(25)?DeepSee.*/, "_DeepSee.UI.MDXExcel.zen?MDX=")
254+
// + encodeURIComponent(this.LightPivotTable.getActualMDX())
255+
// );
256+
// return;
257+
//}
258258
259259
var link = document.createElement("a"),
260260
csvData = [], preservedGroups = {},

0 commit comments

Comments
 (0)