mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Merge "Don't update the editors re-use warning when re-using a reference"
This commit is contained in:
commit
0030cfde68
|
@ -201,7 +201,9 @@ ve.ui.MWReferenceDialog.prototype.onSearchResultsChoose = function ( item ) {
|
|||
this.getFragment().removeContent();
|
||||
this.selectedNode = null;
|
||||
}
|
||||
this.setReferenceForEditing( ref );
|
||||
|
||||
this.setFormFieldsFromRef( ref );
|
||||
this.referenceModel = ref;
|
||||
this.executeAction( 'insert' );
|
||||
|
||||
ve.track( 'activity.' + this.constructor.static.name, { action: 'reuse-choose' } );
|
||||
|
|
Loading…
Reference in a new issue