Commit 24600ebc authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

error move AutoFilters

undefined -> null

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64053 954022d7-b5bf-4e40-9824-e11837661b57
parent 528324dc
No related merge requests found
......@@ -3702,7 +3702,7 @@ var maxIndividualValues = 10000;
_openHiddenRows: function(filter)
{
var aWs = this._getCurrentWS();
var autoFilter = filter.AutoFilter !== undefined ? filter.AutoFilter : filter;
var autoFilter = filter.AutoFilter !== null ? filter.AutoFilter : filter;
var isApplyFilter = autoFilter.FilterColumns && autoFilter.FilterColumns.length ? true : false;
if(filter && filter.Ref && isApplyFilter)
......
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