[SSE] Подключена функция Reapply.

This commit is contained in:
Julia Radzhabova 2016-05-17 12:34:10 +03:00
parent fa40ed5110
commit b2a2e9af16
2 changed files with 2 additions and 2 deletions

View file

@ -377,7 +377,7 @@ define([
}, },
onReapply: function() { onReapply: function() {
this.api.asc_applyAutoFilter(new Asc.AutoFiltersOptions()); this.api.asc_reapplyAutoFilter(this.documentHolder.ssMenu.formatTableName);
}, },
onClear: function(menu, item) { onClear: function(menu, item) {

View file

@ -1029,7 +1029,7 @@ define([
onReapply: function() { onReapply: function() {
if (this.api && this.configTo) if (this.api && this.configTo)
this.api.asc_applyAutoFilter(this.config); this.api.asc_reapplyAutoFilter(this.config.asc_getDisplayName());
this.close(); this.close();
}, },