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

http://bugzserver/show_bug.cgi?id=27515 - Не происходит обновления канвы при...

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60537 954022d7-b5bf-4e40-9824-e11837661b57
parent 4e6b6d8e
......@@ -2961,6 +2961,7 @@ var gUndoInsDelCellsFlag = true;
var valActive = cell.getValueWithFormat();
var valWithoutFormat = cell.getValueWithoutFormat();
var arrVal;
if(isCurFilter == undefined || !currentFilter[isCurFilter].Filters)//создаём, если его ещё нет
{
if(isCurFilter == undefined)
......@@ -2968,6 +2969,7 @@ var gUndoInsDelCellsFlag = true;
if(currentFilter[isCurFilter])
{
currentFilter[isCurFilter].ColId = filtersOp[1];
currentFilter[isCurFilter].CustomFiltersObj = null;
currentFilter[isCurFilter].Filters = new Filters();
}
else
......@@ -2978,6 +2980,7 @@ var gUndoInsDelCellsFlag = true;
}
currentFilter[isCurFilter].Filters.Values = [];
}
if(isMerged)
currentFilter[isCurFilter].ShowButton = false;
if(cell.getNumFormat().isDateTimeFormat())//получаем данные в формате дата
......
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