asc_getFields -> asc_getPivotFields
This commit is contained in:
parent
19c97cfa3d
commit
7884b59294
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue