Commit 1a472f4d authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделана заглушка для плохих ситуаций в совместном редактировании.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62154 954022d7-b5bf-4e40-9824-e11837661b57
parent c6acde2e
......@@ -1185,7 +1185,7 @@ function CCollaborativeEditing()
{
if (true === oThis.m_bGlobalLock)
{
if (false == editor.prototype.asc_CheckLongActionCallback(this.OnCallback_AskLock))
if (false == editor.asc_CheckLongActionCallback(this.OnCallback_AskLock, result))
return;
// Снимаем глобальный лок
......
......@@ -1118,7 +1118,7 @@ function CCollaborativeEditing()
{
if (true === oThis.m_bGlobalLock)
{
if (false == editor.prototype.asc_CheckLongActionCallback(this.OnCallback_AskLock))
if (false == editor.asc_CheckLongActionCallback(this.OnCallback_AskLock, result))
return;
// Снимаем глобальный лок
......
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