[SSE] Set pivot style.

This commit is contained in:
Julia Radzhabova 2017-07-14 15:40:48 +03:00
parent c53d5629d6
commit d80e045181

View file

@ -134,9 +134,9 @@ define([
Common.NotificationCenter.trigger('edit:complete', this);
},
onPivotStyleSelect: function(combo, record){
onPivotStyleSelect: function(record){
if (this.api && !this._noApply) {
// this.api.asc_changeAutoFilter(this._state.TableName, Asc.c_oAscChangeFilterOptions.style, record.get('name'));
this._originalProps.asc_getStyleInfo().asc_setName(this.api, this._originalProps, record.get('name'));
}
Common.NotificationCenter.trigger('edit:complete', this);
},