Commit 343c0fc8 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

+ ревизии 48575

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48582 954022d7-b5bf-4e40-9824-e11837661b57
parent 4376f49f
......@@ -3313,7 +3313,7 @@
check = true;
for(var nVal = 0; nVal < filValue.length; nVal++)
{
if((filValue[nVal] == val) || (val == '' && isBlank == true))
if((filValue[nVal] == val2) || (val == '' && isBlank == true))
{
check = true;
break;
......@@ -5030,6 +5030,15 @@
for(var i = 0; i < fColumns.length; i++)
{
var index = fColumns[i].ColId;
if(result[index].showButton == false)
{
for(var i = index; i < result.length; i++)
{
if(result[i].showButton != false)
break;
}
index = i;
}
if(result[index] && result[index].hiddenRows && result[index].hiddenRows.length != 0)
{
var arrHiddens = result[index].hiddenRows
......
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