Replace the ID of the generated connection profile with the one through edit data (#10413) (#10432)

This commit is contained in:
Amir Omidi
2020-05-15 11:02:29 -07:00
committed by GitHub
parent 585d609ebb
commit bac7eccbaf
3 changed files with 7 additions and 1 deletions

View File

@@ -235,7 +235,8 @@ export class ConnectionManagementService extends Disposable implements IConnecti
}
let params = {
connectionType: ConnectionType.default,
isEditConnection: true
isEditConnection: true,
oldProfileId: model.id
};
try {