mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:35:54 +08:00
[SSE] Fix Bug 46112
This commit is contained in:
@ -284,7 +284,7 @@ define([
|
||||
},
|
||||
|
||||
onNameBeforeShow: function() {
|
||||
var names = this.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.WorksheetWorkbook),
|
||||
var names = this.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.WorksheetWorkbook, true),
|
||||
rangesMenu = this.editor.btnNamedRanges.menu,
|
||||
prev_name='';
|
||||
|
||||
|
||||
@ -548,7 +548,7 @@ define([
|
||||
win.show();
|
||||
win.setSettings({
|
||||
sheets : items,
|
||||
ranges : me.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.All),
|
||||
ranges : me.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.All, true),
|
||||
currentSheet: me.api.asc_getWorksheetName(me.api.asc_getActiveWorksheetIndex()),
|
||||
props : props,
|
||||
text : cell.asc_getText(),
|
||||
|
||||
@ -911,7 +911,7 @@ define([
|
||||
win.show();
|
||||
win.setSettings({
|
||||
sheets : items,
|
||||
ranges : me.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.All),
|
||||
ranges : me.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.All, true),
|
||||
currentSheet: me.api.asc_getWorksheetName(me.api.asc_getActiveWorksheetIndex()),
|
||||
props : props,
|
||||
text : cell.asc_getText(),
|
||||
|
||||
Reference in New Issue
Block a user