diff --git a/pom.xml b/pom.xml index 069e1cc..5595497 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 3.11.0 3.3.0 - 12.0.0 + 12.0.1 1.12.1 0.8.10 2.16.0 diff --git a/validation-commons-web/src/main/resources/resources/js/itb-upload.js b/validation-commons-web/src/main/resources/resources/js/itb-upload.js index 7d2eb10..d08b52e 100644 --- a/validation-commons-web/src/main/resources/resources/js/itb-upload.js +++ b/validation-commons-web/src/main/resources/resources/js/itb-upload.js @@ -1192,7 +1192,7 @@ function localeChanged() { } function reportTypeChange(aggregate) { - if (aggregate) { + if (aggregate == "true") { $('#reportItemsAggregated').removeClass('hidden'); $('#reportItemsDetailed').addClass('hidden'); $('#reportTypeSelectText').text($('#reportTypeSelectAggregatedText').text());