fixes issue 28423 Move node to parent of containing node broke

[TFS Changeset #75824]
This commit is contained in:
pgregorynz
2010-08-19 02:31:13 +00:00
parent c7ade417d6
commit 9209b9bc73

View File

@@ -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();