fixes up legacy trees with the correct alias and forces legacy root nodes to load the dashboard route.
This commit is contained in:
@@ -139,7 +139,7 @@ namespace Umbraco.Web.Trees
|
||||
{
|
||||
Children = legacyAttempt.Result
|
||||
};
|
||||
sectionRoot.AdditionalData.Add("treeType", Type.GetType(configTree.Type).FullName);
|
||||
sectionRoot.AdditionalData.Add("treeAlias", configTree.Alias);
|
||||
return sectionRoot;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user