Fix bug
This commit is contained in:
parent
30089e7a67
commit
f6d710dc3b
|
@ -392,6 +392,7 @@ define([
|
||||||
})
|
})
|
||||||
} else
|
} else
|
||||||
if(me.withoutExt) {
|
if(me.withoutExt) {
|
||||||
|
name = me.cutDocName(name);
|
||||||
me.options.wopi ? me.api.asc_wopi_renameFile(name) : Common.Gateway.requestRename(name);
|
me.options.wopi ? me.api.asc_wopi_renameFile(name) : Common.Gateway.requestRename(name);
|
||||||
name += me.fileExtention;
|
name += me.fileExtention;
|
||||||
me.labelDocName.val(name);
|
me.labelDocName.val(name);
|
||||||
|
|
Loading…
Reference in a new issue