diff --git a/apps/spreadsheeteditor/main/app/view/PivotSettings.js b/apps/spreadsheeteditor/main/app/view/PivotSettings.js index 6eaaf24fb..af155a8ec 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotSettings.js +++ b/apps/spreadsheeteditor/main/app/view/PivotSettings.js @@ -362,7 +362,7 @@ define([ value : name, tip : (name.length>10) ? name : '' })); - isChecked[name] = true; + isChecked[names[index]] = true; } }); this.valuesList.store.reset(arr);