mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Removed parent override (#22648)
This commit is contained in:
@@ -126,8 +126,6 @@ export class ConnectionProfileGroup extends Disposable implements IConnectionPro
|
|||||||
public getChildren(): (ConnectionProfile | ConnectionProfileGroup)[] {
|
public getChildren(): (ConnectionProfile | ConnectionProfileGroup)[] {
|
||||||
let allChildren: (ConnectionProfile | ConnectionProfileGroup)[] = [];
|
let allChildren: (ConnectionProfile | ConnectionProfileGroup)[] = [];
|
||||||
this._childConnections.forEach((conn) => {
|
this._childConnections.forEach((conn) => {
|
||||||
conn.parent = this;
|
|
||||||
conn.groupId = this.id;
|
|
||||||
allChildren.push(conn);
|
allChildren.push(conn);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user