mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 17:23:56 -05:00
Replace the ID of the generated connection profile with the one through edit data (#10413)
This commit is contained in:
@@ -236,7 +236,8 @@ export class ConnectionManagementService extends Disposable implements IConnecti
|
||||
}
|
||||
let params = {
|
||||
connectionType: ConnectionType.default,
|
||||
isEditConnection: true
|
||||
isEditConnection: true,
|
||||
oldProfileId: model.id
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user