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

правка для бага №18944(CoEdit: Добавленный одним пользователем фильтр или...

правка для бага №18944(CoEdit: Добавленный одним пользователем фильтр или таблица на втором и далее листах отменяется у другого пользователя)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47065 954022d7-b5bf-4e40-9824-e11837661b57
parent e5dade6f
...@@ -721,6 +721,8 @@ ...@@ -721,6 +721,8 @@
if(isInsertButton){ if(isInsertButton){
if (bIsActiveSheet) if (bIsActiveSheet)
t._addButtonAF(newRes, ws, bIsOpenFilter); t._addButtonAF(newRes, ws, bIsOpenFilter);
else
t._addButtonAF(newRes, ws, true);
} }
else if(!t.allButtonAF) else if(!t.allButtonAF)
t.allButtonAF = []; t.allButtonAF = [];
......
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