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

правка для бага http://bugzserver/show_bug.cgi?id=22604

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56571 954022d7-b5bf-4e40-9824-e11837661b57
parent e80a937f
...@@ -3711,7 +3711,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -3711,7 +3711,7 @@ var gUndoInsDelCellsFlag = true;
if(this._crossRange(activeCells,range)) if(this._crossRange(activeCells,range))
{ {
//если мы находимся в общем фильтре и нажали на кнопку общего фильтра - тогда нет ошибки //если мы находимся в общем фильтре и нажали на кнопку общего фильтра - тогда нет ошибки
if(!(aWs.AutoFilter && i == 0 && isAll == true)) if(!(aWs.AutoFilter && i == 0 && isAll == true) && allF[i].AutoFilter !== undefined)
num = 'error'; num = 'error';
} }
} }
......
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