Ssmith has submitted this change and it was merged.

Change subject: Fix board links when on library page
......................................................................


Fix board links when on library page

Change-Id: Ice0cfdd3951eaa9e65c0f6c5948a21414df46f25
---
M src/components/app-content/app-content.js
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Ssmith: Looks good to me, approved



diff --git a/src/components/app-content/app-content.js 
b/src/components/app-content/app-content.js
index 24ecfa0..b96d969 100644
--- a/src/components/app-content/app-content.js
+++ b/src/components/app-content/app-content.js
@@ -96,6 +96,7 @@
                 self.displayPage($.trim($(data.target).text()));
             } else {
                 $.get( 'board/' + view, function( bdata ){
+                                       self.displayPage('Home');
                     self.displayedBoard( bdata );
                 });
             }

-- 
To view, visit https://gerrit.wikimedia.org/r/197852
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ice0cfdd3951eaa9e65c0f6c5948a21414df46f25
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/fundraising/dash
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to