[SSE] Fix Bug 45830
This commit is contained in:
parent
adc9826267
commit
72a871d84b
|
@ -183,7 +183,7 @@ define([
|
||||||
iconCls: 'toolbar__icon btn-pivot-sum',
|
iconCls: 'toolbar__icon btn-pivot-sum',
|
||||||
caption: this.txtCreate,
|
caption: this.txtCreate,
|
||||||
disabled : false,
|
disabled : false,
|
||||||
lock : [_set.lostConnect, _set.coAuth, _set.editPivot, _set.selRangeEdit, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer]
|
lock : [_set.lostConnect, _set.coAuth, _set.editPivot, _set.selRangeEdit, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.editCell]
|
||||||
});
|
});
|
||||||
|
|
||||||
this.btnPivotLayout = new Common.UI.Button({
|
this.btnPivotLayout = new Common.UI.Button({
|
||||||
|
|
Loading…
Reference in a new issue