From 6dc7f36d7b46eac53178e15dce6a5efea701003f Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Mon, 31 Jan 2022 19:58:24 +0300 Subject: [PATCH] [DE PE SSE] Bug 55182 --- apps/common/main/lib/component/DataView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);