From c7974f5046e373177498a468465860f3254b53b4 Mon Sep 17 00:00:00 2001 From: "Shaun A. Noordin" Date: Thu, 19 Sep 2024 15:56:31 +0100 Subject: [PATCH 1/2] Project Builder: update thumbnails option for Survey Task --- app/classifier/tasks/survey/editor.cjsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/classifier/tasks/survey/editor.cjsx b/app/classifier/tasks/survey/editor.cjsx index 9f5968e1db..cb9f15aabf 100644 --- a/app/classifier/tasks/survey/editor.cjsx +++ b/app/classifier/tasks/survey/editor.cjsx @@ -311,12 +311,7 @@ module.exports = createReactClass

- Default - will show thumbnails as small, medium, large, or not at all (when choices > 30) based on the number of choices shown. Note that volunteer-selected filters change the number of choices shown. - -

-

- - Show Small - will always show thumbnails as small, regardless of the number of choices shown. + Default - thumbnails will show when there are 30 choices or less, otherwise no thumbnails will be shown.

@@ -331,7 +326,6 @@ module.exports = createReactClass > - From 0c179dc5b6f9fcf96156a0f22e7b70b040436027 Mon Sep 17 00:00:00 2001 From: "Shaun A. Noordin" Date: Thu, 19 Sep 2024 17:16:06 +0100 Subject: [PATCH 2/2] SurveyTask: remove fallback for 'show' when alwaysDisplayThumbnails. --- app/classifier/tasks/survey/editor.cjsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/classifier/tasks/survey/editor.cjsx b/app/classifier/tasks/survey/editor.cjsx index cb9f15aabf..00be6d03d1 100644 --- a/app/classifier/tasks/survey/editor.cjsx +++ b/app/classifier/tasks/survey/editor.cjsx @@ -322,7 +322,7 @@ module.exports = createReactClass