This commit is contained in:
parent
9de2eb9d9a
commit
16c1ebfdbb
@ -169,7 +169,10 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
// moving first child out... reset parent to point to the original next item
|
||||
if (wasfirstchild)
|
||||
{
|
||||
parentItem.MyContent.ContentParts[(int)partType].MyItem = origNextItem;
|
||||
newPreviousInfo.RefreshItemParts();
|
||||
}
|
||||
else
|
||||
parentItem.MyContent.ContentParts[(int)partType].MyItem = this;
|
||||
parentItem.Save().Dispose();
|
||||
|
Loading…
x
Reference in New Issue
Block a user