Web: Files: Store: Disabled form filling for external access sharing

This commit is contained in:
Ilya Oleshko 2021-11-25 00:11:29 +03:00
parent d572debd4e
commit c1f9bcc445

View File

@ -1515,7 +1515,7 @@ class FilesStore {
if (webComment) AccessOptions.push("Comment");
if (webReview) AccessOptions.push("Review");
if (formFillingDocs) AccessOptions.push("FormFilling");
if (formFillingDocs && !externalAccess) AccessOptions.push("FormFilling");
if (webFilter) AccessOptions.push("FilterEditing");
return AccessOptions;