Commit 3675c03d authored by Julia Radzhabova's avatar Julia Radzhabova

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

parent 61c22a5f
......@@ -369,7 +369,7 @@ define([
},
onReapply: function() {
this.api.asc_applyAutoFilter(new Asc.AutoFiltersOptions());
this.api.asc_reapplyAutoFilter(this.documentHolder.ssMenu.formatTableName);
},
onClear: function(menu, item) {
......
......@@ -1021,7 +1021,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