Commit 1e978fed authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix send onFilterInfo if undo/redo(apply changes) on filter

parent 2f7f4b84
......@@ -1379,6 +1379,8 @@
},
"deleteColumnTablePart": function(tableName, deleted) {
self.dependencyFormulas.delColumnTable(tableName, deleted);
}, 'onFilterInfo' : function () {
self.handlers.trigger("asc_onFilterInfo");
}
} );
for(var i = 0, length = tableCustomFunc.length; i < length; ++i) {
......
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