Merge "Fix opening of specific reference dialog"

This commit is contained in:
jenkins-bot 2015-04-07 15:43:46 +00:00 committed by Gerrit Code Review
commit e8d2a657be

View file

@ -185,7 +185,7 @@ ve.ui.MWGeneralReferenceDialog.prototype.onSelectChoose = function ( item ) {
// Close this dialog then open the new dialog // Close this dialog then open the new dialog
this.close().then( function () { this.close().then( function () {
manager.openWindow( data.windowName, $.extend( { manager.getSurface().execute( 'window', 'open', data.windowName, $.extend( {
fragment: fragment fragment: fragment
}, data.dialogData ) ); }, data.dialogData ) );
} ); } );