mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fixed bug where drag and drop would break scripting (#369)
This commit is contained in:
@@ -953,7 +953,6 @@ export class ConnectionManagementService implements IConnectionManagementService
|
|||||||
return this._connectionStore.changeGroupIdForConnection(source, targetGroupId).then(result => {
|
return this._connectionStore.changeGroupIdForConnection(source, targetGroupId).then(result => {
|
||||||
if (id && targetGroupId) {
|
if (id && targetGroupId) {
|
||||||
source.groupId = targetGroupId;
|
source.groupId = targetGroupId;
|
||||||
this._connectionStatusManager.updateConnectionProfile(source, id);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user