Skip to content

Commit

Permalink
Pull request #294: Development
Browse files Browse the repository at this point in the history
Merge in ITB/itb-commons from development to master

* commit '511b1bb6afd443a618e70ddca5247de6396535aa':
  Upgraded ODC plugin to v12.0.1
  Unable to switch back to the detailed report once the aggregated report is selected
  • Loading branch information
costas80 committed Jan 20, 2025
2 parents 0a1afc0 + 511b1bb commit ab2bbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<!-- Plugin versions -->
<version.plugin.mavenCompilerPlugin>3.11.0</version.plugin.mavenCompilerPlugin>
<version.plugin.mavenJarPlugin>3.3.0</version.plugin.mavenJarPlugin>
<version.plugin.dependencyCheckPlugin>12.0.0</version.plugin.dependencyCheckPlugin>
<version.plugin.dependencyCheckPlugin>12.0.1</version.plugin.dependencyCheckPlugin>
<version.plugin.frontendMavenPlugin>1.12.1</version.plugin.frontendMavenPlugin>
<version.plugin.jacocoMavenPlugin>0.8.10</version.plugin.jacocoMavenPlugin>
<version.plugin.versionsMavenPlugin>2.16.0</version.plugin.versionsMavenPlugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ function localeChanged() {
}

function reportTypeChange(aggregate) {
if (aggregate) {
if (aggregate == "true") {
$('#reportItemsAggregated').removeClass('hidden');
$('#reportItemsDetailed').addClass('hidden');
$('#reportTypeSelectText').text($('#reportTypeSelectAggregatedText').text());
Expand Down

0 comments on commit ab2bbb6

Please sign in to comment.