Refactoring TreeNode to inherit from EntityBasic = makes much more sense and makes our models more consistent.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Umbraco.Web.Models.Trees
|
||||
return new SectionRootNode(nodeId, getChildNodesUrl, menuUrl)
|
||||
{
|
||||
Children = children,
|
||||
Title = title
|
||||
Name = title
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user