Merge pull request #1609 from ONLYOFFICE/fix/sse-bugs

[SSE] For Bug 48526
This commit is contained in:
Julia Radzhabova 2022-03-03 12:57:47 +03:00 committed by GitHub
commit 2e075bcbd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'