[oform] Fixes

This commit is contained in:
KirillovIlya
2022-12-01 16:57:38 +03:00
parent fcb0d9ba55
commit def429f8b4
3 changed files with 12 additions and 2 deletions

View File

@ -61,7 +61,7 @@
*/
OForm.prototype.getFormat = function()
{
return this.Document;
return this.Format;
};
OForm.prototype.getAllRoles = function()
{