aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-16 17:52:58 -0500
committerbobzel <zzzman@gmail.com>2023-12-16 17:52:58 -0500
commitf3c9c87e4235024e3b382b9f1e7da8eb7fbeaa23 (patch)
tree0ccca573175426c1826700ee71cd5329aa451a55 /src/client/views/collections/CollectionDockingView.tsx
parenta142c57a4a75477727122130b091f3aec1bd8d91 (diff)
parent4a1d64e470f7f8fae90e5014f3e6e64c5ffea2c8 (diff)
Merge branch 'zaul-new-branch' of https://github.com/brown-dash/Dash-Web into zaul-new-branch
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
-rw-r--r--src/client/views/collections/CollectionDockingView.tsx1
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);
}