Fixes group node route

This commit is contained in:
Shannon
2018-10-16 18:08:57 +11:00
parent 10873c1dfc
commit a100d321f6
3 changed files with 6 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ namespace Umbraco.Web.Trees
if (groupNodeCollection.Count > 0)
{
var groupRoot = TreeRootNode.CreateGroupNode(groupNodeCollection);
var groupRoot = TreeRootNode.CreateGroupNode(groupNodeCollection, application);
groupRoot.Name = Services.TextService.Localize("treeHeaders/" + treeGroupName);
rootNodeGroups.Add(groupRoot);