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

http://bugzserver/show_bug.cgi?id=26601 - Ошибка в консоли при Drag&Drop...

http://bugzserver/show_bug.cgi?id=26601 -  Ошибка в консоли при Drag&Drop фильтрованного диапазона, ячейки которого объединены с помощью merge Across, после скрытия и раскрытия его значений (edit)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59294 954022d7-b5bf-4e40-9824-e11837661b57
parent e304ec3c
......@@ -4395,7 +4395,8 @@ function FilterColumns() {
FilterColumns.prototype.clone = function() {
var res = new FilterColumns();
res.ColId = this.ColId;
res.CustomFiltersObj = this.CustomFiltersObj.clone();
if(this.CustomFiltersObj)
res.CustomFiltersObj = this.CustomFiltersObj.clone();
return res;
};
......
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