Ensure localization is used like in other tree controllers

This commit is contained in:
Bjarne Fyrstenborg
2017-09-23 02:17:29 +02:00
parent 17abd53b1b
commit 4c3e66e58d

View File

@@ -8,7 +8,7 @@ using Constants = Umbraco.Core.Constants;
namespace Umbraco.Web.Trees
{
[UmbracoTreeAuthorize(Constants.Trees.Users)]
[Tree(Constants.Applications.Users, Constants.Trees.Users, "Users", sortOrder: 0)]
[Tree(Constants.Applications.Users, Constants.Trees.Users, null, sortOrder: 0)]
[PluginController("UmbracoTrees")]
[LegacyBaseTree(typeof(loadUsers))]
[CoreTree]