Merge pull request #1609 from ONLYOFFICE/fix/sse-bugs
[SSE] For Bug 48526
This commit is contained in:
commit
2e075bcbd3
|
@ -220,7 +220,7 @@ define([
|
||||||
iconCls: 'toolbar__icon btn-data-validation',
|
iconCls: 'toolbar__icon btn-data-validation',
|
||||||
caption: this.capBtnTextDataValidation,
|
caption: this.capBtnTextDataValidation,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
lock: [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth, _set.ruleFilter, _set.editPivot, _set.cantModifyFilter, _set.sheetLock, _set.wsLock],
|
lock: [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth, _set.editPivot, _set.cantModifyFilter, _set.sheetLock, _set.wsLock],
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
dataHintOffset: 'small'
|
dataHintOffset: 'small'
|
||||||
|
|
Loading…
Reference in a new issue