From ad9111cdef77795b2eca57b62d203c21cfef3357 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Thu, 2 May 2019 03:29:02 -0400 Subject: Various fixes: Added a couple missing prototype ids that weren't fetched Fixed DocServer bug that was affecting docking view --- src/new_fields/Doc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/new_fields') diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index 8dd293f2d..d3d6ff93a 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -51,7 +51,7 @@ export class Doc extends RefField { }); this[SelfProxy] = doc; if (!id || forceSave) { - DocServer.CreateField(SerializationHelper.Serialize(doc)); + DocServer.CreateField(doc); } return doc; } -- cgit v1.2.3-70-g09d2