fixes issue 28423 Move node to parent of containing node broke
[TFS Changeset #75824]
This commit is contained in:
@@ -474,6 +474,7 @@ order by level,sortOrder";
|
||||
this.sortOrder = maxSortOrder + 1;
|
||||
}
|
||||
|
||||
this.Parent = parent;
|
||||
this.Level = parent.Level + 1;
|
||||
this.Path = parent.Path + "," + this.Id.ToString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user