Commit 29b3bb46 authored by Igor.Zotov's avatar Igor.Zotov

http://bugzserver/show_bug.cgi?id=26696 - Не происходит расскрытие значений...

http://bugzserver/show_bug.cgi?id=26696 - Не происходит расскрытие значений форматированной таблицы после удаления ее столбца со скрытыми значениями. 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60652 954022d7-b5bf-4e40-9824-e11837661b57
parent 6ad0dd0e
...@@ -5621,7 +5621,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -5621,7 +5621,7 @@ var gUndoInsDelCellsFlag = true;
if(zF == cloneFilterColums[s].ColId) if(zF == cloneFilterColums[s].ColId)
{ {
History.TurnOn(); History.TurnOn();
this._openHiddenRowsColId(filter.Ref, s); this._openHiddenRowsColId(filter.Ref, zF);
History.TurnOff(); History.TurnOff();
cloneFilterColums.splice(s, 1); cloneFilterColums.splice(s, 1);
......
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