[SSE] fix bug 32602.
This commit is contained in:
parent
817c3ae386
commit
d4f57fd7ff
|
@ -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);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue