diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-01 21:49:23 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-01 21:49:23 -0500 |
| commit | feaed0e1fbfb505684c87996b020ee36b7e96224 (patch) | |
| tree | 3900fbc869fca3d352c01262879b3f8dc1d0f45a /src/client/views/collections/CollectionTreeView.tsx | |
| parent | d718a470402e56c4fbc4e5d84f5f5192b32eac88 (diff) | |
moved all of pivot view into TimeView. tweaked layout for pivot. better fix is straightforward.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 3cb24f079..631870866 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -659,7 +659,7 @@ export class CollectionTreeView extends CollectionSubView(Document) { Document.childLayout = cardLayout; Document.childDetailed = detailedLayout; - Document._viewType = CollectionViewType.Pivot; + Document._viewType = CollectionViewType.Time; Document.pivotField = "company"; } }); |
