Merge "Correct the link for page issues in the old treatment."

This commit is contained in:
jenkins-bot 2018-09-05 20:14:06 +00:00 committed by Gerrit Code Review
commit 993e77e76b
1 changed files with 1 additions and 2 deletions

View File

@ -188,8 +188,7 @@
} );
} else {
$link = createLinkElement( labelText );
// In group A, we link to all issues no matter where the banner is.
$link.attr( 'href', '#/issues/' + KEYWORD_ALL_SECTIONS );
$link.attr( 'href', '#/issues/' + section );
$link.click( function () {
pageIssuesLogger.log( {
action: 'issueClicked',