diff --git a/apps/common/main/lib/component/DataView.js b/apps/common/main/lib/component/DataView.js index aa1aa2dbc..86c884f08 100644 --- a/apps/common/main/lib/component/DataView.js +++ b/apps/common/main/lib/component/DataView.js @@ -1442,7 +1442,7 @@ define([ var models = group.groupStore.models; if (index > 0) { for (var i = 0; i < models.length; i++) { - models.at(i).set({groupName: group.groupName}) + models[i].set({groupName: group.groupName}); } } store.add(models);