Merge pull request #1039 from ONLYOFFICE/fix/bugfix

[SSE] Bug 51642
This commit is contained in:
Julia Radzhabova 2021-08-02 16:09:03 +03:00 committed by GitHub
commit 7a0ffc1c92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1361,7 +1361,7 @@ define([ 'text!spreadsheeteditor/main/app/template/FormatRulesEditDlg.template',
case Asc.c_oAscCFType.cellIs:
props.asc_setOperator(this.cmbRule.getValue());
props.asc_setValue1(this.txtRange1.getValue());
props.asc_setValue2(this.txtRange2.getValue());
this.txtRange2.isVisible() && props.asc_setValue2(this.txtRange2.getValue());
break;
case Asc.c_oAscCFType.expression:
props.asc_setValue1(this.txtRange1.getValue());