diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-28 01:05:19 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-28 01:05:19 -0400 |
commit | ec3a3adb0f9c6706e963432170d59bf54f95702c (patch) | |
tree | 7c2cd91c51602bb6db1b3ec9f23f280562d49a04 /src/client/documents/Documents.ts | |
parent | 622ba99eff99f9af2e03c3a5f8a47e9ce95cdf7e (diff) |
chaned # text syntax to create a field startin with #. chaned pivot views to aggreate #keys as if the value were the key after the #
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index cd2792226..a1c66c2fe 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -926,9 +926,6 @@ export namespace DocUtils { linkDoc.layout_linkView = Cast(Cast(Doc.UserDoc()["template-button-link"], Doc, null).dragFactory, Doc, null); Doc.GetProto(linkDoc).title = ComputedField.MakeFunction('self.anchor1?.title +" (" + (self.linkRelationship||"to") +") " + self.anchor2?.title'); - Doc.GetProto(source.doc).links = ComputedField.MakeFunction("links(self)"); - Doc.GetProto(target.doc).links = ComputedField.MakeFunction("links(self)"); - return linkDoc; } |