mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 02:52:49 +08:00
[DE PE SSE] Bug 55182
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user