Fixed: U4-7150 Inconsistent tree aliases

Changes all translation files and tree classes to have consistent
naming, updates trees.config to these new alias's
This commit is contained in:
Per Ploug
2015-09-28 08:54:00 +02:00
parent e4e3c46d15
commit 6c5e35ec2c
30 changed files with 142 additions and 122 deletions

View File

@@ -32,7 +32,7 @@ namespace Umbraco.Web.Trees
Constants.Applications.Developer,
Constants.Applications.Members)]
[LegacyBaseTree(typeof(loadContent))]
[Tree(Constants.Applications.Content, Constants.Trees.Content, "Content")]
[Tree(Constants.Applications.Content, Constants.Trees.Content)]
[PluginController("UmbracoTrees")]
[CoreTree]
public class ContentTreeController : ContentTreeControllerBase