Merge pull request #2172 from ONLYOFFICE/fix/bugfix

[DE] Fix form roles
This commit is contained in:
Julia Radzhabova 2022-12-29 16:16:35 +03:00 committed by GitHub
commit c9066efb49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ define([ 'common/main/lib/view/AdvancedSettingsWindow',
name: role.asc_getName() || me.textAnyone,
color: role.asc_getColor(),
fields: fields,
index: i,
index: arr.length,
scope: this
});
}