From 35bd8cea8145789629ceb94f4580aa65552586c2 Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Tue, 20 Feb 2024 15:33:04 -0500 Subject: [PATCH] ISTWCMS-6769 and ISTWCMS-6768: remove default classes and don't make the term a link --- config/install/views.view.uw_view_service_show_nodes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 9e47f16..ba5f4f2 100644 --- a/config/install/views.view.uw_view_service_show_nodes.yml +++ b/config/install/views.view.uw_view_service_show_nodes.yml @@ -1796,7 +1796,7 @@ display: click_sort_column: target_id type: entity_reference_label settings: - link: true + link: false group_column: target_id group_columns: { } group_rows: true @@ -2054,7 +2054,7 @@ display: rendered: true rendered_strip: false row_class: '' - default_row_class: true + default_row_class: false type: ul wrapper_class: item-list class: '' -- GitLab