[DE] Show fields count
This commit is contained in:
parent
04002a766e
commit
c320bf387b
|
@ -178,7 +178,7 @@ define([ 'text!documenteditor/main/app/template/RolesManagerDlg.template',
|
||||||
arr.push({
|
arr.push({
|
||||||
name: role.asc_getName() || this.textAnyone,
|
name: role.asc_getName() || this.textAnyone,
|
||||||
color: role.asc_getColor(),
|
color: role.asc_getColor(),
|
||||||
fields: role.fields || 0,//role.asc_getFields(),
|
fields: role.asc_getFieldCount() || 0,
|
||||||
index: i,
|
index: i,
|
||||||
scope: this
|
scope: this
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue