From 25e1d5d036e8bfbb7d018e5e754987f4c47b323d Mon Sep 17 00:00:00 2001 From: WANGF Date: Mon, 27 Jan 2025 09:28:16 -0500 Subject: [PATCH 1/2] Set related children's thumbnail to default 4 --- .../catalog/views/default/templates/recordView/type-dataset.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-dataset.html b/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-dataset.html index e6d0a7fe239..c71622e30d8 100644 --- a/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-dataset.html +++ b/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-dataset.html @@ -214,6 +214,7 @@

technicalInformation

data-user="user" data-layout="card" data-types="children" + data-size="4" data-title="{{'seriesComposedOf' | translate}}" > From 76ee864b2375df453375ad6bc772bc6566f85366 Mon Sep 17 00:00:00 2001 From: wangf1122 <74916635+wangf1122@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:28:04 -0500 Subject: [PATCH 2/2] Set children thumbnail to 20 for record view page --- .../views/default/templates/recordView/type-dataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-dataset.html b/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-dataset.html index c71622e30d8..790979ee688 100644 --- a/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-dataset.html +++ b/web-ui/src/main/resources/catalog/views/default/templates/recordView/type-dataset.html @@ -214,7 +214,7 @@

technicalInformation

data-user="user" data-layout="card" data-types="children" - data-size="4" + data-size="20" data-title="{{'seriesComposedOf' | translate}}" >