Fixing connection group change for connections (#22379)

This commit is contained in:
Aasim Khan
2023-03-20 15:37:47 -07:00
committed by GitHub
parent 7bf11118af
commit f9e72b0d93

View File

@@ -1237,6 +1237,8 @@ export class ConnectionManagementService extends Disposable implements IConnecti
if (id && targetGroupId) {
source.groupId = targetGroupId;
}
// change the connection uri with the new group so that connection does not appear as disconnected in OE.
this.changeConnectionUri(Utils.generateUri(source), id);
});
}