Commit b2a2e9af authored by Julia Radzhabova's avatar Julia Radzhabova

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

parent fa40ed51
......@@ -377,7 +377,7 @@ define([
},
onReapply: function() {
this.api.asc_applyAutoFilter(new Asc.AutoFiltersOptions());
this.api.asc_reapplyAutoFilter(this.documentHolder.ssMenu.formatTableName);
},
onClear: function(menu, item) {
......
......@@ -1029,7 +1029,7 @@ define([
onReapply: function() {
if (this.api && this.configTo)
this.api.asc_applyAutoFilter(this.config);
this.api.asc_reapplyAutoFilter(this.config.asc_getDisplayName());
this.close();
},
......
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