File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<Class name =" DeepSee.LightPivotTable" >
13
13
<Super >%DeepSee.Component.Portlet.abstractPortlet</Super >
14
- <TimeChanged >63531,81826.837798 </TimeChanged >
14
+ <TimeChanged >63531,82258.204784 </TimeChanged >
15
15
<TimeCreated >63515,61322.546099</TimeCreated >
16
16
17
17
<Parameter name =" INCLUDEFILES" >
183
183
}
184
184
}
185
185
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"] || "";
186
187
if (info["drillDownDataSource"]) setup["drillDownTarget"] = info["drillDownDataSource"];
187
188
setup["showSummary"] = !!parseInt(container.getAttribute("show-summary"));
188
189
You can’t perform that action at this time.
0 commit comments