asc_getFields -> asc_getPivotFields

This commit is contained in:
Alexander.Trofimov 2017-07-11 18:19:08 +03:00
parent 19c97cfa3d
commit 7884b59294

View file

@ -356,7 +356,7 @@ define([
this.filtersList.scroller.update({minScrollbarLength : 40, alwaysVisibleY: true, suppressScrollX: true});
arr = [];
value = props.asc_getFields();
value = props.asc_getPivotFields();
value && value.forEach(function (item) {
arr.push(new Common.UI.DataViewModel({
selected : false,