aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-07-12 08:52:59 -0400
committerbobzel <zzzman@gmail.com>2023-07-12 08:52:59 -0400
commit733a822c0716cbf2d1c0143f37298471ffac44b6 (patch)
treefc6fe7fdabde8fb008de2bb670e5f1c6494f413c /src
parent9e5d835bf7d3415ec24fa8e79c18a2fece6a6ba7 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 4ebbfbd1c..6cf335d1c 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -784,6 +784,7 @@ export namespace Docs {
x: 0,
y: 0,
_width: 300,
+ 'acl-Guest': SharingPermissions.View,
...(template.options || {}),
layout: layout.view?.LayoutString(layout.dataField),
data: template.data,