[SSE] fix bug 32602.

This commit is contained in:
Julia Radzhabova 2016-06-20 11:03:21 +03:00
parent 817c3ae386
commit d4f57fd7ff

View file

@ -186,8 +186,7 @@ define([
onTableTemplateSelect: function(combo, record){
if (this.api && !this._noApply) {
if (this._state.TemplateName)
this.api.asc_changeAutoFilter(this._state.TableName, Asc.c_oAscChangeFilterOptions.style, record.get('name'));
this.api.asc_changeAutoFilter(this._state.TableName, Asc.c_oAscChangeFilterOptions.style, record.get('name'));
}
Common.NotificationCenter.trigger('edit:complete', this);
},