aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-02-06 11:09:52 -0500
committerbob <bcz@cs.brown.edu>2020-02-06 11:09:52 -0500
commit96307685adc3460f4269606b5f826854ce3cf280 (patch)
treeeaa3e769cb8da331c9e949e8623b473167eb1b81 /src/client/views/collections/CollectionTreeView.tsx
parent0817d947b98b1b8e7f05df6b1d3db8eef4996ec9 (diff)
switch pivotField to _pivotField and fixed the sync script to be more general with timelines.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index f44c7a7b0..09f6a96d7 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -678,8 +678,8 @@ export class CollectionTreeView extends CollectionSubView(Document) {
Document.childDetailed = detailView;
Document._viewType = CollectionViewType.Time;
Document._forceActive = true;
+ Document._pivotField = "company";
Document.childDropAction = "alias";
- Document.pivotField = "company";
}
});
const existingOnClick = ContextMenu.Instance.findByDescription("OnClick...");