asc_getFilterFields -> asc_getPageFields

This commit is contained in:
Alexander.Trofimov 2017-07-20 11:22:01 +03:00
parent 5f6c29d952
commit dc2af87357

View file

@ -226,7 +226,7 @@ define([ 'text!spreadsheeteditor/main/app/template/FieldSettingsDialog.templa
_setDefaults: function (props) { _setDefaults: function (props) {
if (props) { if (props) {
var field = ((this.type == 0) ? props.asc_getColumnFields() : ((this.type == 1) ? props.asc_getRowFields() : props.asc_getFilterFields()))[this.fieldIndex], var field = ((this.type == 0) ? props.asc_getColumnFields() : ((this.type == 1) ? props.asc_getRowFields() : props.asc_getPageFields()))[this.fieldIndex],
cache_names = props.asc_getCacheFields(), cache_names = props.asc_getCacheFields(),
pivot_names = props.asc_getPivotFields(); pivot_names = props.asc_getPivotFields();