Update trees using [CoreTree] attribute to use new property from our constants

This commit is contained in:
Warren Buckley
2018-10-05 13:11:38 +01:00
parent e013545cfc
commit 2612f33283
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ namespace Umbraco.Web.Trees
[UmbracoTreeAuthorize(Constants.Trees.Languages)]
[Tree(Constants.Applications.Settings, Constants.Trees.Languages, null, sortOrder: 5)]
[PluginController("UmbracoTrees")]
[CoreTree]
[CoreTree(TreeGroup = Constants.Trees.Groups.Settings)]
public class LanguageTreeController : TreeController
{
protected override TreeNodeCollection GetTreeNodes(string id, FormDataCollection queryStrings)