Commit 5137407a authored by GoshaZotov's avatar GoshaZotov

fix bug 32506 - Ошибка в консоли при попытке вызове окна автофильтра после его...

fix bug 32506 - Ошибка в консоли при попытке вызове окна автофильтра после его добавления, скрытия кнопки и повторной активации
parent 755e30ea
...@@ -2634,7 +2634,7 @@ ...@@ -2634,7 +2634,7 @@
var isDateTimeFormat = cell.getNumFormat().isDateTimeFormat(); var isDateTimeFormat = cell.getNumFormat().isDateTimeFormat();
var isNumberFilter = false; var isNumberFilter = false;
if(newFilterColumn.CustomFiltersObj || newFilterColumn.Top10 || newFilterColumn.DynamicFilter) if(filterColumns[j].CustomFiltersObj || filterColumns[j].Top10 || filterColumns[j].DynamicFilter)
{ {
isNumberFilter = true; isNumberFilter = true;
} }
......
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