mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Fixing connection group change for connections (#22379)
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user