aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-06 19:58:52 -0400
committerGitHub <noreply@github.com>2020-08-06 19:58:52 -0400
commit318f2bab4f086ce626fc3f1d099d1a09e245f95d (patch)
tree85ec890c68b240506e4255c8549a7f4586886c0b /src/client/documents/Documents.ts
parent6d8dfee38bd39b95396cbc97405516693116b58f (diff)
parent3e4329b81d96f139f38eeb182afcbd8359dcd171 (diff)
Merge pull request #501 from browngraphicslab/acls_uv
For more testing
Diffstat (limited to 'src/client/documents/Documents.ts')
-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 7719b3eef..61a44a39d 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -565,6 +565,7 @@ export namespace Docs {
// without this, if a doc has no annotations but the user has AddOnly privileges, they won't be able to add an annotation because they would have needed to create the field's list which they don't have permissions to do.
dataDoc[fieldKey + "-annotations"] = new List<Doc>();
+ dataDoc.aliases = new List<Doc>();
proto.links = ComputedField.MakeFunction("links(self)");