Commit 22954347 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=29067 - [CoEdit] Повреждение файла и ошибка...

http://bugzserver/show_bug.cgi?id=29067 - [CoEdit] Повреждение файла и ошибка в консоли при принятии данных вторым пользователем после их скрытия через кнопку автофильтра, с которой была неверно снята фильтрация, первым

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61839 954022d7-b5bf-4e40-9824-e11837661b57
parent ad4a7bc1
......@@ -7531,7 +7531,7 @@ var maxValRow = 100000;
if(k < 0)
k = 0;
cell = aWs.getRange3(n,k, n,k);
if(cell.getValueWithoutFormat() != '')
if(cell.getValueWithoutFormat() != '' && this._intersectionRangeWithTableParts(cell.bbox, aWs) === false)
{
return false;
}
......
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