mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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) {
|
if (id && targetGroupId) {
|
||||||
source.groupId = 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