From 1168db2370dd399b97934b9828f9cd905533813d Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Wed, 8 May 2019 13:48:24 -0500 Subject: [PATCH] Link inspector: Pass new 'showInterwikis' option to title widget Bug: T222831 Change-Id: I28a8c8cbb90f9917301bafa877e0ae66970816e7 --- modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js b/modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js index 76daff53b6..b93f05d3cc 100644 --- a/modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js +++ b/modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js @@ -60,6 +60,7 @@ ve.ui.MWInternalLinkAnnotationWidget.prototype.createInputWidget = function ( co excludeCurrentPage: true, showImages: mw.config.get( 'wgVisualEditorConfig' ).usePageImages, showDescriptions: mw.config.get( 'wgVisualEditorConfig' ).usePageDescriptions, + showInterwikis: true, api: ve.init.target.getContentApi(), cache: ve.init.platform.linkCache }, config ) );