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