diff --git a/resources/skins.minerva.scripts/pageIssues.js b/resources/skins.minerva.scripts/pageIssues.js index e2e4ef6..8dbd142 100644 --- a/resources/skins.minerva.scripts/pageIssues.js +++ b/resources/skins.minerva.scripts/pageIssues.js @@ -198,7 +198,11 @@ .map( function ( issue ) { return issue.severity; } ) ) ], - sectionNumbers: getAllIssuesSections( allIssues ) + // In the old treatment, an issuesClicked event will always be '0' + // as the old treatment is always associated with the lead section and we + // are only sending one maximum severity for all of them. + // An issuesClicked event should only ever be associated with one issue box. + sectionNumbers: [ '0' ] } ); } ); if ( $metadata.length ) {