mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Label of DB update when remaking profile (#6561)
This commit is contained in:
@@ -612,6 +612,7 @@ export class ConnectionManagementService extends Disposable implements IConnecti
|
|||||||
this._editorService.editors.map(editor => {
|
this._editorService.editors.map(editor => {
|
||||||
if (editor instanceof DashboardInput) {
|
if (editor instanceof DashboardInput) {
|
||||||
if (DashboardInput.profileMatches(profile, editor.connectionProfile)) {
|
if (DashboardInput.profileMatches(profile, editor.connectionProfile)) {
|
||||||
|
editor.connectionProfile.connectionName = profile.connectionName;
|
||||||
editor.connectionProfile.databaseName = profile.databaseName;
|
editor.connectionProfile.databaseName = profile.databaseName;
|
||||||
this._editorService.openEditor(editor)
|
this._editorService.openEditor(editor)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user