[DE PE SSE] Bug 55182

This commit is contained in:
JuliaSvinareva 2022-01-31 19:58:24 +03:00
parent ec4c366bef
commit 6dc7f36d7b

View file

@ -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);