U4-7781 Setting a user's start node causes YSOD
#U4-7781 Fixed
This commit is contained in:
@@ -809,7 +809,7 @@ order by level,sortOrder";
|
||||
if (Level == 1) throw new ArgumentException("No newParent node");
|
||||
if (_parent == null)
|
||||
{
|
||||
_parent = ApplicationContext.Current.Services.EntityService.Get(Entity.ParentId);
|
||||
_parent = ApplicationContext.Current.Services.EntityService.Get(_parentid);
|
||||
}
|
||||
return new CMSNode(_parent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user