From bfddd8e26e3dee13346ae89140b80dfd73743124 Mon Sep 17 00:00:00 2001
From: Kevin Paxman <kpaxman@uwaterloo.ca>
Date: Tue, 17 Sep 2024 15:01:22 -0400
Subject: [PATCH] ISTWCMS-6978: correct the name of the pub reference view

---
 uw_dashboard.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uw_dashboard.module b/uw_dashboard.module
index 7d7b62e..d85453f 100644
--- a/uw_dashboard.module
+++ b/uw_dashboard.module
@@ -139,7 +139,7 @@ function uw_dashboard_views_pre_execute(ViewExecutable $view) {
   // The views that need the pager id adjusted.
   $view_ids = [
     'uw_view_content_list',
-    'uw_view_pub_ref',
+    'uw_view_pub_reference',
     'uw_view_pub_keywords',
     'uw_view_pub_authors',
   ];
-- 
GitLab