diff options
author | bob <bcz@cs.brown.edu> | 2019-07-25 15:00:16 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-07-25 15:00:16 -0400 |
commit | eceff76609deaa3e7a60c686b62cb4fd15e9699b (patch) | |
tree | a3dde33bc42c233e4e4d915bbb30969c9c93bd94 /src/new_fields/Doc.ts | |
parent | 216ea7dc77b1ac5529b02204e96f1d2c697afbec (diff) |
several fixes and added basic fields to treeview display
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index 64b4acb7b..c37c0fd22 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -380,7 +380,7 @@ export namespace Doc { } if (expandedTemplateLayout === undefined) { setTimeout(() => - dataDoc[expandedLayoutFieldKey] = Doc.MakeDelegate(templateLayoutDoc, undefined, templateLayoutDoc.title + ".layout"), 0); + dataDoc[expandedLayoutFieldKey] = Doc.MakeDelegate(templateLayoutDoc, undefined, "["+templateLayoutDoc.title + "]"), 0); } return templateLayoutDoc; // use the templateLayout when it's not a template or the expandedTemplate is pending. } |