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

http://bugzserver/show_bug.cgi?id=24573 - Список значений фильтра не отражает...

http://bugzserver/show_bug.cgi?id=24573 - Список значений фильтра не отражает результат отбора Custom Filter 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58293 954022d7-b5bf-4e40-9824-e11837661b57
parent d525e43a
......@@ -3651,7 +3651,7 @@ var gUndoInsDelCellsFlag = true;
for(var s = 0; s < arrLog.length; s++)
{
if(valLog[s] === undefined)
continue;
valLog[s] = "";
var checkComplexSymbols = this._parseComplexSpecSymbols(val, arrLog[s], valLog[s],type);
var filterVal;
......
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