Fixed Bug 54580 - Docs. Private Rooms. Unable to load form file '.oform'

This commit is contained in:
Nikita Gopienko 2022-01-13 12:13:48 +03:00
parent fcf9d40518
commit 1681507100

View File

@ -82,7 +82,7 @@ class DocserviceStore {
".xltm",
".xltx",
];
encryptedDocs = [".docx", ".docxf", ".xlsx", ".pptx"];
encryptedDocs = [".docx", ".xlsx", ".pptx", ".docxf", ".oform"];
formfillingDocs = [".oform"];
customfilterDocs = [".xlsx"];
reviewedDocs = [".docx", ".docxf"];