Commit e19f78b1 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Делаю asc_CloseFile при начале загрузки версии.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62641 954022d7-b5bf-4e40-9824-e11837661b57
parent 8841e70d
...@@ -7436,6 +7436,7 @@ asc_docs_api.prototype.asc_showRevision = function (newObj) { ...@@ -7436,6 +7436,7 @@ asc_docs_api.prototype.asc_showRevision = function (newObj) {
else else
bUpdate = this.VersionHistory.update(newObj); bUpdate = this.VersionHistory.update(newObj);
if (bUpdate) { if (bUpdate) {
this.asc_CloseFile();
g_oIdCounter.Clear(); g_oIdCounter.Clear();
g_oTableId.Clear(); g_oTableId.Clear();
this.isApplyChangesOnOpenEnabled = true; this.isApplyChangesOnOpenEnabled = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment