diff options
| author | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-16 17:26:32 -0500 |
|---|---|---|
| committer | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-16 17:26:32 -0500 |
| commit | 4a1d64e470f7f8fae90e5014f3e6e64c5ffea2c8 (patch) | |
| tree | c9be41dc96a377e7e72d41e017c490bfba49a9f7 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | ddf35f6b406a2f2e8c27c2c65d15206eaa3ddbe6 (diff) | |
more functionality for calendar feature
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 2e8047309..f479b9b11 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -465,6 +465,7 @@ export class CollectionDockingView extends CollectionSubView() { }); const copy = Docs.Create.DockDocument(newtabs, json, { title: incrementTitleCopy(StrCast(doc.title)) }); DashboardView.SetupDashboardTrails(copy); + DashboardView.SetupDashboardCalendars(copy); // Zaul TODO: needed? return DashboardView.openDashboard(copy); } |
