From dc2af8735778243261b7520a0fa43b7ad7c72274 Mon Sep 17 00:00:00 2001 From: "Alexander.Trofimov" Date: Thu, 20 Jul 2017 11:22:01 +0300 Subject: [PATCH] asc_getFilterFields -> asc_getPageFields --- apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js index d6fa930a5..5bb8cab4d 100644 --- a/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js @@ -226,7 +226,7 @@ define([ 'text!spreadsheeteditor/main/app/template/FieldSettingsDialog.templa _setDefaults: function (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(), pivot_names = props.asc_getPivotFields();