From 23a17f66db939214352756c406527e485d482238 Mon Sep 17 00:00:00 2001
From: Lily Yan <l26yan@uwaterloo.ca>
Date: Wed, 21 Feb 2024 16:08:33 -0500
Subject: [PATCH] ISTWCMS-6768 Use aggregation Yes

---
 config/install/views.view.uw_view_service_show_nodes.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/install/views.view.uw_view_service_show_nodes.yml b/config/install/views.view.uw_view_service_show_nodes.yml
index 92aa63b..61c079c 100644
--- a/config/install/views.view.uw_view_service_show_nodes.yml
+++ b/config/install/views.view.uw_view_service_show_nodes.yml
@@ -2009,7 +2009,7 @@ display:
           value:
             min: ''
             max: ''
-            value: '1'
+            value: '2'
           group: 1
           exposed: false
           expose:
@@ -2068,6 +2068,7 @@ display:
       defaults:
         title: false
         pager: false
+        group_by: false
         style: false
         row: false
         relationships: false
@@ -2087,6 +2088,7 @@ display:
           admin_label: 'field_uw_service_category: Taxonomy term'
           plugin_id: standard
           required: false
+      group_by: true
       display_description: 'List of published service nodes marked as "active" within a specific category.'
       header: {  }
       display_extenders:
-- 
GitLab