Merge "Don't update the editors re-use warning when re-using a reference"

This commit is contained in:
jenkins-bot 2024-07-05 10:55:57 +00:00 committed by Gerrit Code Review
commit 0030cfde68

View file

@ -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' } );