From d3c444151ef684eb7f6aceedb0871e5c3594b08e Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Tue, 12 Nov 2024 15:48:49 -0500 Subject: [PATCH] ISTWCMS-7187: Installing views_tree module. --- uw_sites_all.install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uw_sites_all.install b/uw_sites_all.install index be65eec..ed7fb4a 100644 --- a/uw_sites_all.install +++ b/uw_sites_all.install @@ -2094,4 +2094,10 @@ function uw_sites_all_update_9168(&$sandbox) { strtotime('+1 day') ); } + +/** + * Installing views_tree module. + */ +function uw_sites_all_update_9169(&$sandbox) { + \Drupal::service('module_installer')->install(['views_tree']); } -- GitLab