Skip to content

Commit 6a900a7

Browse files
the default of default caption
1 parent d1a6451 commit 6a900a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

export/LightPivotTable.xml

Lines changed: 2 additions & 1 deletion
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>63531,81826.837798</TimeChanged>
14+
<TimeChanged>63531,82258.204784</TimeChanged>
1515
<TimeCreated>63515,61322.546099</TimeCreated>
1616

1717
<Parameter name="INCLUDEFILES">
@@ -183,6 +183,7 @@
183183
}
184184
}
185185
if (controller && controller["data"] && controller["data"]["rowCaptions"] && typeof controller["data"]["rowCaptions"][0] === "string") setup.caption = controller["data"]["rowCaptions"][0];
186+
if (controller && controller["data"] && !setup.caption) setup.caption = controller["data"]["defaultCaption"] || "";
186187
if (info["drillDownDataSource"]) setup["drillDownTarget"] = info["drillDownDataSource"];
187188
setup["showSummary"] = !!parseInt(container.getAttribute("show-summary"));
188189

0 commit comments

Comments
 (0)