Mooeypoo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/194162

Change subject: Work with the new mw.Feedback and add UserAgent checkbox
......................................................................

Work with the new mw.Feedback and add UserAgent checkbox

Add the new feature for user agent checkbox for the mw.Feedback
dialog.

Change-Id: I741ded83de4f575777a15cb20735e351039dc81f
---
M modules/ve-mw/ui/tools/ve.ui.MWPopupTool.js
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/62/194162/1

diff --git a/modules/ve-mw/ui/tools/ve.ui.MWPopupTool.js 
b/modules/ve-mw/ui/tools/ve.ui.MWPopupTool.js
index 62d1f55..a8234d8 100644
--- a/modules/ve-mw/ui/tools/ve.ui.MWPopupTool.js
+++ b/modules/ve-mw/ui/tools/ve.ui.MWPopupTool.js
@@ -193,7 +193,9 @@
                        return new mw.Feedback( {
                                title: new mw.Title( ve.msg( 
'visualeditor-feedback-link' ) ),
                                bugsLink: new mw.Uri( 
'https://phabricator.wikimedia.org/maniphest/task/create/?projects=VisualEditor'
 ),
-                               bugsListLink: new mw.Uri( 
'https://phabricator.wikimedia.org/maniphest/query/eSHgNozkIsuv/' )
+                               bugsListLink: new mw.Uri( 
'https://phabricator.wikimedia.org/maniphest/query/eSHgNozkIsuv/' ),
+                               showUseragentCheckbox: true,
+                               useragentCheckboxMandatory: true
                        } );
                } );
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I741ded83de4f575777a15cb20735e351039dc81f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <mor...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to