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

http://bugzserver/show_bug.cgi?id=27293 - Сброс состояния автофильтра в одном...

http://bugzserver/show_bug.cgi?id=27293 - Сброс состояния автофильтра в одном столбце после применения Custom Filter в другом столбце

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60589 954022d7-b5bf-4e40-9824-e11837661b57
parent 86dc4ba2
......@@ -5176,7 +5176,7 @@ var gUndoInsDelCellsFlag = true;
for(var num = 0; num < buttons.length; num++)
{
//в случае числового фильтра, смотрим ищем конфиликт только со столбцами из данного фильтра
if(customFil != undefined && buttons[num].inFilter == customFil)
if(customFil != undefined && buttons[num].inFilter.isEqual(customFil))
{
isCurrenCell = false;
if(!isCurrenCell && cellId == buttons[num].id)
......
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