mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Replace deprecated doNotIgnoreMissingTitles
This parameter name was deprecated and replaced in 1.31. See also Ie5fe2097cda45968bb080643d3afcac0b2868a6c Change-Id: Ie9d6c70d3dfe3954504d3d698c122dceede7603d
This commit is contained in:
parent
04dfcc55d2
commit
094a9aa044
|
@ -305,7 +305,7 @@
|
|||
titles: titles,
|
||||
lang: mw.config.get( 'wgUserLanguage' ),
|
||||
format: 'json',
|
||||
doNotIgnoreMissingTitles: '1',
|
||||
includeMissingTitles: '1',
|
||||
redirects: '1'
|
||||
} ).done( this.fetchRequestDone.bind( this, titles, specs ) );
|
||||
xhr.always( this.fetchRequestAlways.bind( this, queue, xhr ) );
|
||||
|
|
|
@ -108,7 +108,7 @@ ve.ui.MWTemplateTitleInputWidget.prototype.getLookupRequest = function () {
|
|||
formatversion: 2,
|
||||
titles: titles,
|
||||
redirects: !!widget.showRedirects,
|
||||
doNotIgnoreMissingTitles: '1',
|
||||
includeMissingTitles: '1',
|
||||
lang: mw.config.get( 'wgUserLanguage' )
|
||||
} );
|
||||
return xhr.promise( { abort: xhr.abort } );
|
||||
|
|
Loading…
Reference in a new issue