mirror of
https://github.com/ONLYOFFICE/sdkjs-forms.git
synced 2026-03-31 10:23:35 +08:00
[oform] Implement reading all users,user masters, field masters
This commit is contained in:
@ -149,8 +149,8 @@
|
||||
let fields = [];
|
||||
for (let fieldIndex = 0, fieldCount = this.Fields.length; fieldIndex < fieldCount; ++fieldIndex)
|
||||
{
|
||||
if (this.Fields[index].isUseInDocument())
|
||||
fields.push(this.Fields[index]);
|
||||
if (this.Fields[fieldIndex].isUseInDocument())
|
||||
fields.push(this.Fields[fieldIndex]);
|
||||
}
|
||||
|
||||
if (this.Users.length && this.Parent)
|
||||
|
||||
Reference in New Issue
Block a user