diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-04 20:03:47 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-04 20:03:47 +0530 |
commit | 411a18999fe8e8bd2929d42d10e60df043a29475 (patch) | |
tree | 16929bb859b994ca85353807cfbd545cba05c7ba /src/client/documents/Documents.ts | |
parent | 78f70dbd2136aa8b7b05bacafc71a8a714462d29 (diff) | |
parent | daf6862f0ce890e56a53afaab099c5e69c692c08 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into grid_view_secondary
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index f7e19eecd..1a1d5c59e 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -514,6 +514,7 @@ export namespace Docs { const dataDoc = MakeDataDelegate(proto, protoProps, data, fieldKey); const viewDoc = Doc.MakeDelegate(dataDoc, delegId); + viewDoc.author = Doc.CurrentUserEmail; viewDoc.type !== DocumentType.LINK && DocUtils.MakeLinkToActiveAudio(viewDoc); return Doc.assign(viewDoc, delegateProps, true); |