Merge pull request #842 from ONLYOFFICE/fix/bug-get-link

[SSE] Fix link to cell range
This commit is contained in:
Julia Radzhabova 2021-04-26 20:22:49 +03:00 committed by GitHub
commit 8577c87cad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -504,6 +504,7 @@ define([
this.inputDisplay.setValue(name);
} else {
var val = this.inputRange.getValue();
name = this.api.asc_getEscapeSheetName(name);
name = (name + ((name!=='' && val!=='') ? '!' : '') + val);
}
name && Common.Gateway.requestMakeActionLink({