Petar.petkovic has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/375351 )

Change subject: Fix suggestions tab displaying blank page
......................................................................

Fix suggestions tab displaying blank page

Change OO.ui.ButtonOptionWidget data to fix mismatch
between names 'suggestions' and 'suggested'.

Bug: T174625
Change-Id: I60ff0ad00bfc273365be670f6c2940ce1d795349
---
M modules/dashboard/ext.cx.dashboard.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/51/375351/1

diff --git a/modules/dashboard/ext.cx.dashboard.js 
b/modules/dashboard/ext.cx.dashboard.js
index 1a42d34..a44e457 100644
--- a/modules/dashboard/ext.cx.dashboard.js
+++ b/modules/dashboard/ext.cx.dashboard.js
@@ -225,7 +225,7 @@
 
                if ( mw.config.get( 'wgContentTranslationEnableSuggestions' ) ) 
{
                        filterButtons.push( new OO.ui.ButtonOptionWidget( {
-                               data: 'suggested',
+                               data: 'suggestions',
                                label: mw.msg( 
'cx-translation-filter-suggested-translations' )
                        } ) );
                }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60ff0ad00bfc273365be670f6c2940ce1d795349
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Petar.petkovic <[email protected]>

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

Reply via email to