Nikerabbit has submitted this change and it was merged.

Change subject: Add application=CX in the requests to recommendation tool
......................................................................


Add application=CX in the requests to recommendation tool

Bug: T124494
Change-Id: Iea4a586c1a8251cbb3954156a6b842faae8fc39a
---
M modules/dashboard/ext.cx.recommendtool.client.js
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/dashboard/ext.cx.recommendtool.client.js 
b/modules/dashboard/ext.cx.recommendtool.client.js
index 9db58d8..caa8bc1 100644
--- a/modules/dashboard/ext.cx.recommendtool.client.js
+++ b/modules/dashboard/ext.cx.recommendtool.client.js
@@ -76,7 +76,8 @@
                                s: self.sourceLanguage,
                                t: self.targetLanguage,
                                article: seedPages.join( '|' ),
-                               search: algorithm
+                               search: algorithm,
+                               application: 'CX'
                        } ).then( function ( response ) {
                                return self.adapt( response.articles, algorithm 
);
                        } );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iea4a586c1a8251cbb3954156a6b842faae8fc39a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>
Gerrit-Reviewer: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: Santhosh <santhosh.thottin...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to