reverts member tree order

This commit is contained in:
Shannon
2015-12-28 10:35:54 +01:00
parent 8eb3122409
commit c6dbb0f7fa
4 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ namespace Umbraco.Web.Trees
Constants.Applications.Media,
Constants.Applications.Members)]
[LegacyBaseTree(typeof (loadMembers))]
[Tree(Constants.Applications.Members, Constants.Trees.Members)]
[Tree(Constants.Applications.Members, Constants.Trees.Members, null, sortOrder: 0)]
[PluginController("UmbracoTrees")]
[CoreTree]
public class MemberTreeController : TreeController