From ac5fd5a0e6416409b877ebe6349fb33ce6c81e23 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Wed, 10 Jul 2024 10:58:17 -0400 Subject: [PATCH] ISTWCMS-6944: add pub ref search block to ensure that label is used correctly --- uw_custom_blocks.module | 1 + 1 file changed, 1 insertion(+) diff --git a/uw_custom_blocks.module b/uw_custom_blocks.module index b6cc3c5d..6df2f354 100644 --- a/uw_custom_blocks.module +++ b/uw_custom_blocks.module @@ -634,6 +634,7 @@ function uw_custom_blocks_preprocess_block(&$variables) { 'uw_cbl_services_search', 'uw_cbl_project_search', 'uw_cbl_catalog_search', + 'uw_cbl_publication_search', ]; // If this is a search block add the label stuff to the variables. -- GitLab