Merge pull request #2172 from ONLYOFFICE/fix/bugfix
[DE] Fix form roles
This commit is contained in:
commit
c9066efb49
|
@ -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
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue